Color Hex Logo

#74eadc Color Hex

#74EADC
(116,234,220)
0 Favorites   0 Comments

Color spaces of #74eadc

RGB 116234220
HSL0.480.740.69
HSV173°50°92°
CMYK 0.500.000.06   0.08
XYZ49.543567.725978.1713
Yxy67.72590.25350.3465
Hunter Lab82.2957-36.55741.2885
CIE-Lab85.8692-36.6962-3.4484

#74eadc color RGB value is (116,234,220).

#74eadc hex color red value is 116, green value is 234 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #74eadc hue: 0.48 , saturation: 0.74 and the lightness value of 74eadc is 0.69.

The process color (four color CMYK) of #74eadc color hex is 0.50, 0.00, 0.06, 0.08. Web safe color of #74eadc is #66ffcc. Color #74eadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11101010 11011100
Octal 164 352 334
Decimal 116 234 220
Hex 74 EA DC

RGB Percentages of Color #74eadc

%20.35
%41.05
%38.60

CMYK Percentages of Color #74eadc

%50
%0
%6
%8

Triadic Colors of #74eadc

#74eadc #dc74ea #eadc74

Analogous Colors of #74eadc

#74eadc #74bdea #74eaa1

Monochromatic Colors of #74eadc

#74eadc

Complementary Color

#74eadc #ea7482

#74eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#74eadc Color CSS Codes

.mybgcolor {background-color:#74eadc; } 
.myforecolor {color:#74eadc; }
.mybordercolor {border:3px solid #74eadc; }

#74eadc Text Font Color

<p style="color:#74eadc">Text here</p>

This sample text font color is #74eadc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#74eadc Background Color

<div style="background-color:#74eadc">
Div content here</div>

This div background color is #74eadc


#74eadc Border Color

<div style="border:3px solid #74eadc">
Div here</div>

This div border color is #74eadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,234,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #74eadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #74eadc;
  -webkit-box-shadow: 1px 1px 3px 2px #74eadc;
  box-shadow:         1px 1px 3px 2px #74eadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,234,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #74eadc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #74eadc;
  -webkit-box-shadow: 1px 1px 3px 2px #74eadc;
  box-shadow:         1px 1px 3px 2px #74eadc;">
Div content here</div>

This div box has shadow with color #74eadc


Comments

No comments written yet.

Please login to write comment.