Color Hex Logo

#72baef Color Hex

#72BAEF
(114,186,239)
0 Favorites   0 Comments

Color spaces of #72baef

RGB 114186239
HSL0.570.800.69
HSV205°52°94°
CMYK 0.520.220.00   0.06
XYZ40.078344.927288.2208
Yxy44.92720.23140.2594
Hunter Lab67.0278-10.5670-31.1171
CIE-Lab72.8439-8.0093-33.2728

#72baef color RGB value is (114,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111010 11101111
Octal 162 272 357
Decimal 114 186 239
Hex 72 BA EF

RGB Percentages of Color #72baef

%21.15
%34.51
%44.34

CMYK Percentages of Color #72baef

%52
%22
%0
%6

Triadic Colors of #72baef

#72baef #ef72ba #baef72

Analogous Colors of #72baef

#72baef #727cef #72efe6

Monochromatic Colors of #72baef

#72baef

Complementary Color

#72baef #efa772

#72baef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72baef Color Preview on White Background

Lorem ipsum dolor sit amet.

#72baef Color CSS Codes

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

#72baef Text Font Color

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

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


#72baef Background Color

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

This div background color is #72baef


#72baef Border Color

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

This div border color is #72baef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72baef


Comments

No comments written yet.

Please login to write comment.