Color Hex Logo

#72dbcb Color Hex

#72DBCB
(114,219,203)
0 Favorites   0 Comments

Color spaces of #72dbcb

RGB 114219203
HSL0.470.590.65
HSV171°48°86°
CMYK 0.480.000.07   0.14
XYZ43.050458.552265.5326
Yxy58.55220.25760.3503
Hunter Lab76.5194-33.48352.7866
CIE-Lab81.0448-34.3099-1.5422

#72dbcb color RGB value is (114,219,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011011 11001011
Octal 162 333 313
Decimal 114 219 203
Hex 72 DB CB

RGB Percentages of Color #72dbcb

%21.27
%40.86
%37.87

CMYK Percentages of Color #72dbcb

%48
%0
%7
%14

Triadic Colors of #72dbcb

#72dbcb #cb72db #dbcb72

Analogous Colors of #72dbcb

#72dbcb #72b7db #72db97

Monochromatic Colors of #72dbcb

#72dbcb

Complementary Color

#72dbcb #db7282

#72dbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dbcb Color CSS Codes

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

#72dbcb Text Font Color

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

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


#72dbcb Background Color

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

This div background color is #72dbcb


#72dbcb Border Color

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

This div border color is #72dbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dbcb


Comments

No comments written yet.

Please login to write comment.