Color Hex Logo

#72dcef Color Hex

#72DCEF
(114,220,239)
0 Favorites   0 Comments

Color spaces of #72dcef

RGB 114220239
HSL0.530.800.69
HSV189°52°94°
CMYK 0.520.080.00   0.06
XYZ48.112660.995890.8989
Yxy60.99580.24060.3050
Hunter Lab78.0998-26.7115-14.3367
CIE-Lab82.3765-25.5533-18.7053

#72dcef color RGB value is (114,220,239).

#72dcef hex color red value is 114, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #72dcef hue: 0.53 , saturation: 0.80 and the lightness value of 72dcef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011100 11101111
Octal 162 334 357
Decimal 114 220 239
Hex 72 DC EF

RGB Percentages of Color #72dcef

%19.90
%38.39
%41.71

CMYK Percentages of Color #72dcef

%52
%8
%0
%6

Triadic Colors of #72dcef

#72dcef #ef72dc #dcef72

Analogous Colors of #72dcef

#72dcef #729eef #72efc4

Monochromatic Colors of #72dcef

#72dcef

Complementary Color

#72dcef #ef8572

#72dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dcef Color CSS Codes

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

#72dcef Text Font Color

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

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


#72dcef Background Color

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

This div background color is #72dcef


#72dcef Border Color

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

This div border color is #72dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dcef


Comments

No comments written yet.

Please login to write comment.