Color Hex Logo

#72bcdd Color Hex

#72BCDD
(114,188,221)
0 Favorites   0 Comments

Color spaces of #72bcdd

RGB 114188221
HSL0.550.610.66
HSV199°48°87°
CMYK 0.480.150.00   0.13
XYZ37.973844.764375.0456
Yxy44.76430.24070.2837
Hunter Lab66.9061-15.7748-19.6686
CIE-Lab72.7364-14.2268-23.6717

#72bcdd color RGB value is (114,188,221).

#72bcdd hex color red value is 114, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #72bcdd hue: 0.55 , saturation: 0.61 and the lightness value of 72bcdd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111100 11011101
Octal 162 274 335
Decimal 114 188 221
Hex 72 BC DD

RGB Percentages of Color #72bcdd

%21.80
%35.95
%42.26

CMYK Percentages of Color #72bcdd

%48
%15
%0
%13

Triadic Colors of #72bcdd

#72bcdd #dd72bc #bcdd72

Analogous Colors of #72bcdd

#72bcdd #7287dd #72ddc9

Monochromatic Colors of #72bcdd

#72bcdd

Complementary Color

#72bcdd #dd9372

#72bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bcdd Color CSS Codes

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

#72bcdd Text Font Color

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

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


#72bcdd Background Color

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

This div background color is #72bcdd


#72bcdd Border Color

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

This div border color is #72bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bcdd


Comments

No comments written yet.

Please login to write comment.