Color Hex Logo

#72dfcb Color Hex

#72DFCB
(114,223,203)
0 Favorites   0 Comments

Color spaces of #72dfcb

RGB 114223203
HSL0.470.630.66
HSV169°49°87°
CMYK 0.490.000.09   0.13
XYZ44.106660.664665.8847
Yxy60.66460.25850.3555
Hunter Lab77.8875-35.22104.3681
CIE-Lab82.1981-36.16600.1443

#72dfcb color RGB value is (114,223,203).

#72dfcb hex color red value is 114, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #72dfcb hue: 0.47 , saturation: 0.63 and the lightness value of 72dfcb is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011111 11001011
Octal 162 337 313
Decimal 114 223 203
Hex 72 DF CB

RGB Percentages of Color #72dfcb

%21.11
%41.30
%37.59

CMYK Percentages of Color #72dfcb

%49
%0
%9
%13

Triadic Colors of #72dfcb

#72dfcb #cb72df #dfcb72

Analogous Colors of #72dfcb

#72dfcb #72bddf #72df95

Monochromatic Colors of #72dfcb

#72dfcb

Complementary Color

#72dfcb #df7286

#72dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dfcb Color CSS Codes

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

#72dfcb Text Font Color

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

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


#72dfcb Background Color

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

This div background color is #72dfcb


#72dfcb Border Color

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

This div border color is #72dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dfcb


Comments

No comments written yet.

Please login to write comment.