Color Hex Logo

#72cbae Color Hex

#72CBAE
(114,203,174)
0 Favorites   0 Comments

Color spaces of #72cbae

RGB 114203174
HSL0.450.460.62
HSV160°44°80°
CMYK 0.440.000.14   0.20
XYZ35.935349.345347.6750
Yxy49.34530.27030.3711
Hunter Lab70.2462-31.61708.9332
CIE-Lab75.6656-33.56396.1737

#72cbae color RGB value is (114,203,174).

#72cbae hex color red value is 114, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #72cbae hue: 0.45 , saturation: 0.46 and the lightness value of 72cbae is 0.62.

The process color (four color CMYK) of #72cbae color hex is 0.44, 0.00, 0.14, 0.20. Web safe color of #72cbae is #66cc99. Color #72cbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001011 10101110
Octal 162 313 256
Decimal 114 203 174
Hex 72 CB AE

RGB Percentages of Color #72cbae

%23.22
%41.34
%35.44

CMYK Percentages of Color #72cbae

%44
%0
%14
%20

Triadic Colors of #72cbae

#72cbae #ae72cb #cbae72

Analogous Colors of #72cbae

#72cbae #72bccb #72cb82

Monochromatic Colors of #72cbae

#72cbae

Complementary Color

#72cbae #cb728f

#72cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cbae Color CSS Codes

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

#72cbae Text Font Color

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

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


#72cbae Background Color

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

This div background color is #72cbae


#72cbae Border Color

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

This div border color is #72cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cbae


Comments

No comments written yet.

Please login to write comment.