Color Hex Logo

#72cced Color Hex

#72CCED
(114,204,237)
0 Favorites   0 Comments

Color spaces of #72cced

RGB 114204237
HSL0.540.770.69
HSV196°52°93°
CMYK 0.520.140.00   0.07
XYZ43.818452.877688.0177
Yxy52.87760.23720.2863
Hunter Lab72.7170-19.6927-20.8636
CIE-Lab77.8027-18.0652-24.5800

#72cced color RGB value is (114,204,237).

#72cced hex color red value is 114, green value is 204 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #72cced hue: 0.54 , saturation: 0.77 and the lightness value of 72cced is 0.69.

The process color (four color CMYK) of #72cced color hex is 0.52, 0.14, 0.00, 0.07. Web safe color of #72cced is #66ccff. Color #72cced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001100 11101101
Octal 162 314 355
Decimal 114 204 237
Hex 72 CC ED

RGB Percentages of Color #72cced

%20.54
%36.76
%42.70

CMYK Percentages of Color #72cced

%52
%14
%0
%7

Triadic Colors of #72cced

#72cced #ed72cc #cced72

Analogous Colors of #72cced

#72cced #728fed #72edd1

Monochromatic Colors of #72cced

#72cced

Complementary Color

#72cced #ed9372

#72cced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cced Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cced Color CSS Codes

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

#72cced Text Font Color

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

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


#72cced Background Color

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

This div background color is #72cced


#72cced Border Color

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

This div border color is #72cced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cced


Comments

No comments written yet.

Please login to write comment.