Color Hex Logo

#74deaa Color Hex

#74DEAA
(116,222,170)
0 Favorites   0 Comments

Color spaces of #74deaa

RGB 116222170
HSL0.420.620.66
HSV151°48°87°
CMYK 0.480.000.23   0.13
XYZ40.579458.857847.2521
Yxy58.85780.27660.4012
Hunter Lab76.7188-39.842817.1857
CIE-Lab81.2134-42.528316.1891

#74deaa color RGB value is (116,222,170).

#74deaa hex color red value is 116, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #74deaa hue: 0.42 , saturation: 0.62 and the lightness value of 74deaa is 0.66.

The process color (four color CMYK) of #74deaa color hex is 0.48, 0.00, 0.23, 0.13. Web safe color of #74deaa is #66cc99. Color #74deaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 11011110 10101010
Octal 164 336 252
Decimal 116 222 170
Hex 74 DE AA

RGB Percentages of Color #74deaa

%22.83
%43.70
%33.46

CMYK Percentages of Color #74deaa

%48
%0
%23
%13

Triadic Colors of #74deaa

#74deaa #aa74de #deaa74

Analogous Colors of #74deaa

#74deaa #74ddde #74de75

Monochromatic Colors of #74deaa

#74deaa

Complementary Color

#74deaa #de74a8

#74deaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74deaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#74deaa Color CSS Codes

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

#74deaa Text Font Color

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

This sample text font color is #74deaa
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.


#74deaa Background Color

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

This div background color is #74deaa


#74deaa Border Color

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

This div border color is #74deaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74deaa


Comments

No comments written yet.

Please login to write comment.