Color Hex Logo

#72bcca Color Hex

#72BCCA
(114,188,202)
0 Favorites   0 Comments

Color spaces of #72bcca

RGB 114188202
HSL0.530.450.62
HSV190°44°79°
CMYK 0.440.070.00   0.21
XYZ35.583343.808162.4575
Yxy43.80810.25090.3088
Hunter Lab66.1877-19.8647-9.6172
CIE-Lab72.1000-19.3793-14.2806

#72bcca color RGB value is (114,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111100 11001010
Octal 162 274 312
Decimal 114 188 202
Hex 72 BC CA

RGB Percentages of Color #72bcca

%22.62
%37.30
%40.08

CMYK Percentages of Color #72bcca

%44
%7
%0
%21

Triadic Colors of #72bcca

#72bcca #ca72bc #bcca72

Analogous Colors of #72bcca

#72bcca #7290ca #72caac

Monochromatic Colors of #72bcca

#72bcca

Complementary Color

#72bcca #ca8072

#72bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bcca Color CSS Codes

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

#72bcca Text Font Color

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

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


#72bcca Background Color

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

This div background color is #72bcca


#72bcca Border Color

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

This div border color is #72bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bcca


Comments

No comments written yet.

Please login to write comment.