Color Hex Logo

#72bedc Color Hex

#72BEDC
(114,190,220)
0 Favorites   0 Comments

Color spaces of #72bedc

RGB 114190220
HSL0.550.600.65
HSV197°48°86°
CMYK 0.480.140.00   0.14
XYZ38.271245.571674.4892
Yxy45.57160.24170.2878
Hunter Lab67.5067-16.9408-18.1679
CIE-Lab73.2667-15.5536-22.3197

#72bedc color RGB value is (114,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111110 11011100
Octal 162 276 334
Decimal 114 190 220
Hex 72 BE DC

RGB Percentages of Color #72bedc

%21.76
%36.26
%41.98

CMYK Percentages of Color #72bedc

%48
%14
%0
%14

Triadic Colors of #72bedc

#72bedc #dc72be #bedc72

Analogous Colors of #72bedc

#72bedc #7289dc #72dcc5

Monochromatic Colors of #72bedc

#72bedc

Complementary Color

#72bedc #dc9072

#72bedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bedc Color CSS Codes

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

#72bedc Text Font Color

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

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


#72bedc Background Color

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

This div background color is #72bedc


#72bedc Border Color

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

This div border color is #72bedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bedc


Comments

No comments written yet.

Please login to write comment.