Color Hex Logo

#72dcaf Color Hex

#72DCAF
(114,220,175)
0 Favorites   0 Comments

Color spaces of #72dcaf

RGB 114220175
HSL0.430.600.65
HSV155°48°86°
CMYK 0.480.000.20   0.14
XYZ40.270557.859049.6029
Yxy57.85900.27260.3916
Hunter Lab76.0651-38.612214.5819
CIE-Lab80.6603-41.102312.7651

#72dcaf color RGB value is (114,220,175).

#72dcaf hex color red value is 114, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #72dcaf hue: 0.43 , saturation: 0.60 and the lightness value of 72dcaf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011100 10101111
Octal 162 334 257
Decimal 114 220 175
Hex 72 DC AF

RGB Percentages of Color #72dcaf

%22.40
%43.22
%34.38

CMYK Percentages of Color #72dcaf

%48
%0
%20
%14

Triadic Colors of #72dcaf

#72dcaf #af72dc #dcaf72

Analogous Colors of #72dcaf

#72dcaf #72d4dc #72dc7a

Monochromatic Colors of #72dcaf

#72dcaf

Complementary Color

#72dcaf #dc729f

#72dcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dcaf Color CSS Codes

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

#72dcaf Text Font Color

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

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


#72dcaf Background Color

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

This div background color is #72dcaf


#72dcaf Border Color

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

This div border color is #72dcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dcaf


Comments

No comments written yet.

Please login to write comment.