Color Hex Logo

#72bacb Color Hex

#72BACB
(114,186,203)
0 Favorites   0 Comments

Color spaces of #72bacb

RGB 114186203
HSL0.530.460.62
HSV191°44°80°
CMYK 0.440.080.00   0.20
XYZ35.277843.007062.9418
Yxy43.00700.24980.3045
Hunter Lab65.5797-18.7426-10.9993
CIE-Lab71.5597-18.0846-15.6406

#72bacb color RGB value is (114,186,203).

#72bacb hex color red value is 114, green value is 186 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #72bacb hue: 0.53 , saturation: 0.46 and the lightness value of 72bacb is 0.62.

The process color (four color CMYK) of #72bacb color hex is 0.44, 0.08, 0.00, 0.20. Web safe color of #72bacb is #66cccc. Color #72bacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111010 11001011
Octal 162 272 313
Decimal 114 186 203
Hex 72 BA CB

RGB Percentages of Color #72bacb

%22.66
%36.98
%40.36

CMYK Percentages of Color #72bacb

%44
%8
%0
%20

Triadic Colors of #72bacb

#72bacb #cb72ba #bacb72

Analogous Colors of #72bacb

#72bacb #728ecb #72cbb0

Monochromatic Colors of #72bacb

#72bacb

Complementary Color

#72bacb #cb8372

#72bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bacb Color CSS Codes

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

#72bacb Text Font Color

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

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


#72bacb Background Color

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

This div background color is #72bacb


#72bacb Border Color

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

This div border color is #72bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bacb


Comments

No comments written yet.

Please login to write comment.