crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#74dada hex color - Blue - Cool color - Information

#74dada hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #74dada Color code in RGB color code model is created after adding 45.49% red color, 85.49% green color and 85.49% blue color. Hex #74dada Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 0% magenta, 0% yellow and 15% black.

Hex #74dada color code is between #77dddd web safe hex color code and #66cccc web safe hex color code. #77dddd is the nearest web safe color code. You can see here many more shades of #74dada color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code74dada#74dada
RGB Decimal116, 218, 218rgb(116, 218, 218)
RGB Percent45%, 85%, 85%rgb(45%, 85%, 85%)
CSS RGBa116, 218, 218,1rgba(116,218,218,1)
CMYK Modelcmyk(47%,0%,0%,15%)
HSL Color Space180,58% ,65%hsl(180,58% ,65%)
HSV Color Space180°, 47%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101001101101011011010
Octal164332332
Decimal116218218
Hex74dada

Different shades of #74dada color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #74dada
#9ce5e5
Dark Shade of #74dada
#4ccfcf
Saturated Shade of #74dada
#6be3e3
Desaturated Shade of #74dada
#7dd1d1
Grey scale Shade of #74dada
#a7a7a7
Brighten Shade
#8df3f3
Most Readable Shade
#000000

Shades of #74dada color code

Generate more color scales with scales (color stack) generator.

#74dada
#67c1c1
#5aa9a9
#4d9191
#407979
#336060
#264848
#193030
#0c1818
#000000

Similar Color like #74dada color

Find visually similar hex color codes nearing to #74dada hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#75dbdb
#76dcdc
#77dddd
#78dede
#79dfdf
#7ae0e0
#7be1e1
#7ce2e2
#7de3e3
#7ee4e4
#7fe5e5
#80e6e6
#81e7e7
#82e8e8
#73d9d9
#72d8d8
#71d7d7
#70d6d6
#6fd5d5
#6ed4d4
#6dd3d3
#6cd2d2
#6bd1d1
#6ad0d0
#69cfcf
#68cece
#67cdcd
#66cccc

Monochromatic Color with #74dada

#74dada
#030505
#1a3030
#305a5a
#478585
#5dafaf

Tints of #74dada Color

#74dada
#83dede
#92e2e2
#a2e6e6
#b1eaea
#c1eeee
#d0f2f2
#e0f6f6
#effafa
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#74dada
#da7474

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#74dada
#da74a7
#daa774

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#74dab1
#74dac6
#74dada
#74c6da
#74b1da

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#74dada
#da74da
#dada74

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#74dada
#a774da
#da7474
#a7da74

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#74dada
#da7474
#daa774
#74a7da

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #74dada Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#74dada Color Code Preview on Black Background Color

This is how #74dada Color will look on black background color. Color contrast ratio is 12.78

#74dada in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#74dada">Your Example Paragraph content text in with font color #74dada </p>

Your Example Paragraph content text in with font color #74dada

HTML with inline CSS

<div style="color:#74dada">Your Paragraph text in with font color #74dada </div>

Your Example Paragraph content text in with font color #74dada

#74dada color code is use for CSS Background Color

Background color for the above div is #74dada

HTML with inline CSS

<div style="background-color:#74dada;"></div>

#74dada color code is use for CSS Border Color

CSS Border color for the above div is #74dada

HTML with inline CSS

<div style="border:5px solid #74dada;"></div>

CSS Border Left color for the above div is #74dada

HTML with inline CSS

<div style="border-left:5px solid #74dada;"></div>

CSS Border Right color for the above div is #74dada

HTML with inline CSS

<div style="border-right:5px solid #74dada;"></div>

CSS Border Bottom color for the above div is #74dada

HTML with inline CSS

<div style="border-bottom:5px solid #74dada;"></div>

CSS Border Top color for the above div is #74dada

HTML with inline CSS

<div style="border-top:5px solid #74dada;"></div>

#74dada hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#74dada; } .examplecolorclass {color:#74dada; } .examplebordercolor {border:3px solid #74dada; }

#74dada Color code Preview on White Background

This is how #74dada Color code will look on white background color. Color contrast ratio is 1.64

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #74dada; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #74dada; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.