Color Hex Logo

#72bfcb Color Hex

#72BFCB
(114,191,203)
0 Favorites   0 Comments

Color spaces of #72bfcb

RGB 114191203
HSL0.520.460.62
HSV188°44°80°
CMYK 0.440.060.00   0.20
XYZ36.349745.150863.2991
Yxy45.15080.25100.3118
Hunter Lab67.1943-21.0281-8.8169
CIE-Lab72.9911-20.6512-13.4874

#72bfcb color RGB value is (114,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111111 11001011
Octal 162 277 313
Decimal 114 191 203
Hex 72 BF CB

RGB Percentages of Color #72bfcb

%22.44
%37.60
%39.96

CMYK Percentages of Color #72bfcb

%44
%6
%0
%20

Triadic Colors of #72bfcb

#72bfcb #cb72bf #bfcb72

Analogous Colors of #72bfcb

#72bfcb #7293cb #72cbab

Monochromatic Colors of #72bfcb

#72bfcb

Complementary Color

#72bfcb #cb7e72

#72bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bfcb Color CSS Codes

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

#72bfcb Text Font Color

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

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


#72bfcb Background Color

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

This div background color is #72bfcb


#72bfcb Border Color

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

This div border color is #72bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bfcb


Comments

No comments written yet.

Please login to write comment.