Color Hex Logo

#72bddc Color Hex

#72BDDC
(114,189,220)
0 Favorites   0 Comments

Color spaces of #72bddc

RGB 114189220
HSL0.550.600.65
HSV198°48°86°
CMYK 0.480.140.00   0.14
XYZ38.055345.139974.4173
Yxy45.13990.24140.2864
Hunter Lab67.1862-16.4708-18.6409
CIE-Lab72.9839-15.0304-22.7505

#72bddc color RGB value is (114,189,220).

#72bddc hex color red value is 114, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #72bddc hue: 0.55 , saturation: 0.60 and the lightness value of 72bddc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111101 11011100
Octal 162 275 334
Decimal 114 189 220
Hex 72 BD DC

RGB Percentages of Color #72bddc

%21.80
%36.14
%42.07

CMYK Percentages of Color #72bddc

%48
%14
%0
%14

Triadic Colors of #72bddc

#72bddc #dc72bd #bddc72

Analogous Colors of #72bddc

#72bddc #7288dc #72dcc6

Monochromatic Colors of #72bddc

#72bddc

Complementary Color

#72bddc #dc9172

#72bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bddc Color CSS Codes

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

#72bddc Text Font Color

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

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


#72bddc Background Color

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

This div background color is #72bddc


#72bddc Border Color

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

This div border color is #72bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bddc


Comments

No comments written yet.

Please login to write comment.