Color Hex Logo

#72cdde Color Hex

#72CDDE
(114,205,222)
0 Favorites   0 Comments

Color spaces of #72cdde

RGB 114205222
HSL0.530.620.66
HSV189°49°87°
CMYK 0.490.080.00   0.13
XYZ41.955652.514077.0322
Yxy52.51400.24460.3062
Hunter Lab72.4665-23.4712-12.2989
CIE-Lab77.5872-22.6892-16.8536

#72cdde color RGB value is (114,205,222).

#72cdde hex color red value is 114, green value is 205 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #72cdde hue: 0.53 , saturation: 0.62 and the lightness value of 72cdde is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001101 11011110
Octal 162 315 336
Decimal 114 205 222
Hex 72 CD DE

RGB Percentages of Color #72cdde

%21.07
%37.89
%41.04

CMYK Percentages of Color #72cdde

%49
%8
%0
%13

Triadic Colors of #72cdde

#72cdde #de72cd #cdde72

Analogous Colors of #72cdde

#72cdde #7297de #72deb9

Monochromatic Colors of #72cdde

#72cdde

Complementary Color

#72cdde #de8372

#72cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cdde Color CSS Codes

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

#72cdde Text Font Color

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

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


#72cdde Background Color

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

This div background color is #72cdde


#72cdde Border Color

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

This div border color is #72cdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cdde


Comments

No comments written yet.

Please login to write comment.