Color Hex Logo

#72bbdf Color Hex

#72BBDF
(114,187,223)
0 Favorites   0 Comments

Color spaces of #72bbdf

RGB 114187223
HSL0.560.630.66
HSV200°49°87°
CMYK 0.490.160.00   0.13
XYZ38.029044.445876.3866
Yxy44.44580.23940.2798
Hunter Lab66.6677-14.8474-21.2660
CIE-Lab72.5255-13.1392-25.0814

#72bbdf color RGB value is (114,187,223).

#72bbdf hex color red value is 114, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #72bbdf hue: 0.56 , saturation: 0.63 and the lightness value of 72bbdf is 0.66.

The process color (four color CMYK) of #72bbdf color hex is 0.49, 0.16, 0.00, 0.13. Web safe color of #72bbdf is #66cccc. Color #72bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111011 11011111
Octal 162 273 337
Decimal 114 187 223
Hex 72 BB DF

RGB Percentages of Color #72bbdf

%21.76
%35.69
%42.56

CMYK Percentages of Color #72bbdf

%49
%16
%0
%13

Triadic Colors of #72bbdf

#72bbdf #df72bb #bbdf72

Analogous Colors of #72bbdf

#72bbdf #7285df #72dfcd

Monochromatic Colors of #72bbdf

#72bbdf

Complementary Color

#72bbdf #df9672

#72bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bbdf Color CSS Codes

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

#72bbdf Text Font Color

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

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


#72bbdf Background Color

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

This div background color is #72bbdf


#72bbdf Border Color

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

This div border color is #72bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bbdf


Comments

No comments written yet.

Please login to write comment.