Color Hex Logo

#72cfad Color Hex

#72CFAD
(114,207,173)
0 Favorites   0 Comments

Color spaces of #72cfad

RGB 114207173
HSL0.440.490.63
HSV158°45°81°
CMYK 0.450.000.16   0.19
XYZ36.795151.220247.4823
Yxy51.22020.27160.3780
Hunter Lab71.5683-33.473110.7616
CIE-Lab76.8122-35.64528.3554

#72cfad color RGB value is (114,207,173).

#72cfad hex color red value is 114, green value is 207 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #72cfad hue: 0.44 , saturation: 0.49 and the lightness value of 72cfad is 0.63.

The process color (four color CMYK) of #72cfad color hex is 0.45, 0.00, 0.16, 0.19. Web safe color of #72cfad is #66cc99. Color #72cfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001111 10101101
Octal 162 317 255
Decimal 114 207 173
Hex 72 CF AD

RGB Percentages of Color #72cfad

%23.08
%41.90
%35.02

CMYK Percentages of Color #72cfad

%45
%0
%16
%19

Triadic Colors of #72cfad

#72cfad #ad72cf #cfad72

Analogous Colors of #72cfad

#72cfad #72c3cf #72cf7f

Monochromatic Colors of #72cfad

#72cfad

Complementary Color

#72cfad #cf7294

#72cfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cfad Color CSS Codes

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

#72cfad Text Font Color

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

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


#72cfad Background Color

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

This div background color is #72cfad


#72cfad Border Color

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

This div border color is #72cfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cfad


Comments

No comments written yet.

Please login to write comment.