Color Hex Logo

#72eead Color Hex

#72EEAD
(114,238,173)
0 Favorites   0 Comments

Color spaces of #72eead

RGB 114238173
HSL0.410.780.69
HSV149°52°93°
CMYK 0.520.000.27   0.07
XYZ45.056867.743650.2362
Yxy67.74360.27640.4155
Hunter Lab82.3065-46.320721.4266
CIE-Lab85.8781-49.267921.1090

#72eead color RGB value is (114,238,173).

#72eead hex color red value is 114, green value is 238 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #72eead hue: 0.41 , saturation: 0.78 and the lightness value of 72eead is 0.69.

The process color (four color CMYK) of #72eead color hex is 0.52, 0.00, 0.27, 0.07. Web safe color of #72eead is #66ff99. Color #72eead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11101110 10101101
Octal 162 356 255
Decimal 114 238 173
Hex 72 EE AD

RGB Percentages of Color #72eead

%21.71
%45.33
%32.95

CMYK Percentages of Color #72eead

%52
%0
%27
%7

Triadic Colors of #72eead

#72eead #ad72ee #eead72

Analogous Colors of #72eead

#72eead #72eeeb #75ee72

Monochromatic Colors of #72eead

#72eead

Complementary Color

#72eead #ee72b3

#72eead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72eead Color Preview on White Background

Lorem ipsum dolor sit amet.

#72eead Color CSS Codes

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

#72eead Text Font Color

<p style="color:#72eead">Text here</p>

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


#72eead Background Color

<div style="background-color:#72eead">
Div content here</div>

This div background color is #72eead


#72eead Border Color

<div style="border:3px solid #72eead">
Div here</div>

This div border color is #72eead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,238,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72eead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72eead;
  -webkit-box-shadow: 1px 1px 3px 2px #72eead;
  box-shadow:         1px 1px 3px 2px #72eead; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,238,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72eead


Comments

No comments written yet.

Please login to write comment.