Color Hex Logo

#72bcef Color Hex

#72BCEF
(114,188,239)
0 Favorites   0 Comments

Color spaces of #72bcef

RGB 114188239
HSL0.570.800.69
HSV204°52°94°
CMYK 0.520.210.00   0.06
XYZ40.502645.775888.3623
Yxy45.77580.23190.2621
Hunter Lab67.6578-11.5441-30.0733
CIE-Lab73.3998-9.0868-32.4140

#72bcef color RGB value is (114,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111100 11101111
Octal 162 274 357
Decimal 114 188 239
Hex 72 BC EF

RGB Percentages of Color #72bcef

%21.07
%34.75
%44.18

CMYK Percentages of Color #72bcef

%52
%21
%0
%6

Triadic Colors of #72bcef

#72bcef #ef72bc #bcef72

Analogous Colors of #72bcef

#72bcef #727eef #72efe4

Monochromatic Colors of #72bcef

#72bcef

Complementary Color

#72bcef #efa572

#72bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bcef Color CSS Codes

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

#72bcef Text Font Color

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

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


#72bcef Background Color

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

This div background color is #72bcef


#72bcef Border Color

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

This div border color is #72bcef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,188,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 #72bcef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bcef


Comments

No comments written yet.

Please login to write comment.