Color Hex Logo

#72bbcf Color Hex

#72BBCF
(114,187,207)
0 Favorites   0 Comments

Color spaces of #72bbcf

RGB 114187207
HSL0.540.490.63
HSV193°45°81°
CMYK 0.450.100.00   0.19
XYZ35.972243.623065.5556
Yxy43.62300.24780.3005
Hunter Lab66.0477-18.3653-12.6148
CIE-Lab71.9758-17.5357-17.1983

#72bbcf color RGB value is (114,187,207).

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

The process color (four color CMYK) of #72bbcf color hex is 0.45, 0.10, 0.00, 0.19. Web safe color of #72bbcf is #66cccc. Color #72bbcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111011 11001111
Octal 162 273 317
Decimal 114 187 207
Hex 72 BB CF

RGB Percentages of Color #72bbcf

%22.44
%36.81
%40.75

CMYK Percentages of Color #72bbcf

%45
%10
%0
%19

Triadic Colors of #72bbcf

#72bbcf #cf72bb #bbcf72

Analogous Colors of #72bbcf

#72bbcf #728dcf #72cfb5

Monochromatic Colors of #72bbcf

#72bbcf

Complementary Color

#72bbcf #cf8672

#72bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bbcf Color CSS Codes

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

#72bbcf Text Font Color

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

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


#72bbcf Background Color

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

This div background color is #72bbcf


#72bbcf Border Color

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

This div border color is #72bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bbcf


Comments

No comments written yet.

Please login to write comment.