Color Hex Logo

#72ddca Color Hex

#72DDCA
(114,221,202)
0 Favorites   0 Comments

Color spaces of #72ddca

RGB 114221202
HSL0.470.610.66
HSV169°48°87°
CMYK 0.480.000.09   0.13
XYZ43.456659.554665.0819
Yxy59.55460.25850.3543
Hunter Lab77.1716-34.53414.0185
CIE-Lab81.5955-35.4795-0.2048

#72ddca color RGB value is (114,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011101 11001010
Octal 162 335 312
Decimal 114 221 202
Hex 72 DD CA

RGB Percentages of Color #72ddca

%21.23
%41.15
%37.62

CMYK Percentages of Color #72ddca

%48
%0
%9
%13

Triadic Colors of #72ddca

#72ddca #ca72dd #ddca72

Analogous Colors of #72ddca

#72ddca #72bbdd #72dd95

Monochromatic Colors of #72ddca

#72ddca

Complementary Color

#72ddca #dd7285

#72ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ddca Color CSS Codes

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

#72ddca Text Font Color

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

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


#72ddca Background Color

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

This div background color is #72ddca


#72ddca Border Color

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

This div border color is #72ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ddca


Comments

No comments written yet.

Please login to write comment.