Color Hex Logo

#72dead Color Hex

#72DEAD
(114,222,173)
0 Favorites   0 Comments

Color spaces of #72dead

RGB 114222173
HSL0.420.620.66
HSV153°49°87°
CMYK 0.490.000.22   0.13
XYZ40.603558.837148.7518
Yxy58.83710.27400.3970
Hunter Lab76.7053-39.746516.0107
CIE-Lab81.2020-42.404614.5842

#72dead color RGB value is (114,222,173).

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

The process color (four color CMYK) of #72dead color hex is 0.49, 0.00, 0.22, 0.13. Web safe color of #72dead is #66cc99. Color #72dead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011110 10101101
Octal 162 336 255
Decimal 114 222 173
Hex 72 DE AD

RGB Percentages of Color #72dead

%22.40
%43.61
%33.99

CMYK Percentages of Color #72dead

%49
%0
%22
%13

Triadic Colors of #72dead

#72dead #ad72de #dead72

Analogous Colors of #72dead

#72dead #72d9de #72de77

Monochromatic Colors of #72dead

#72dead

Complementary Color

#72dead #de72a3

#72dead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dead Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dead Color CSS Codes

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

#72dead Text Font Color

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

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


#72dead Background Color

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

This div background color is #72dead


#72dead Border Color

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

This div border color is #72dead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,222,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 #72dead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dead


Comments

No comments written yet.

Please login to write comment.