Color Hex Logo

#72deec Color Hex

#72DEEC
(114,222,236)
0 Favorites   0 Comments

Color spaces of #72deec

RGB 114222236
HSL0.520.760.69
HSV187°52°93°
CMYK 0.520.060.00   0.07
XYZ48.201061.876188.7597
Yxy61.87610.24240.3112
Hunter Lab78.6614-28.2787-11.8385
CIE-Lab82.8475-27.3395-16.4041

#72deec color RGB value is (114,222,236).

#72deec hex color red value is 114, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #72deec hue: 0.52 , saturation: 0.76 and the lightness value of 72deec is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011110 11101100
Octal 162 336 354
Decimal 114 222 236
Hex 72 DE EC

RGB Percentages of Color #72deec

%19.93
%38.81
%41.26

CMYK Percentages of Color #72deec

%52
%6
%0
%7

Triadic Colors of #72deec

#72deec #ec72de #deec72

Analogous Colors of #72deec

#72deec #72a1ec #72ecbd

Monochromatic Colors of #72deec

#72deec

Complementary Color

#72deec #ec8072

#72deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#72deec Color CSS Codes

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

#72deec Text Font Color

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

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


#72deec Background Color

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

This div background color is #72deec


#72deec Border Color

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

This div border color is #72deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72deec


Comments

No comments written yet.

Please login to write comment.