Color Hex Logo

#72cdaf Color Hex

#72CDAF
(114,205,175)
0 Favorites   0 Comments

Color spaces of #72cdaf

RGB 114205175
HSL0.450.480.63
HSV160°44°80°
CMYK 0.440.000.15   0.20
XYZ36.508650.335248.3489
Yxy50.33520.27000.3723
Hunter Lab70.9473-32.30399.2584
CIE-Lab76.2745-34.27606.5113

#72cdaf color RGB value is (114,205,175).

#72cdaf hex color red value is 114, green value is 205 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #72cdaf hue: 0.45 , saturation: 0.48 and the lightness value of 72cdaf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001101 10101111
Octal 162 315 257
Decimal 114 205 175
Hex 72 CD AF

RGB Percentages of Color #72cdaf

%23.08
%41.50
%35.43

CMYK Percentages of Color #72cdaf

%44
%0
%15
%20

Triadic Colors of #72cdaf

#72cdaf #af72cd #cdaf72

Analogous Colors of #72cdaf

#72cdaf #72becd #72cd82

Monochromatic Colors of #72cdaf

#72cdaf

Complementary Color

#72cdaf #cd7290

#72cdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cdaf Color CSS Codes

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

#72cdaf Text Font Color

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

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


#72cdaf Background Color

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

This div background color is #72cdaf


#72cdaf Border Color

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

This div border color is #72cdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cdaf


Comments

No comments written yet.

Please login to write comment.