Color Hex Logo

#72abdc Color Hex

#72ABDC
(114,171,220)
0 Favorites   0 Comments

Color spaces of #72abdc

RGB 114171220
HSL0.580.600.65
HSV208°48°86°
CMYK 0.480.220.00   0.14
XYZ34.420637.870573.2057
Yxy37.87050.23660.2603
Hunter Lab61.5390-7.8529-27.4530
CIE-Lab67.9251-5.3523-30.5114

#72abdc color RGB value is (114,171,220).

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

The process color (four color CMYK) of #72abdc color hex is 0.48, 0.22, 0.00, 0.14. Web safe color of #72abdc is #6699cc. Color #72abdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 11011100
Octal 162 253 334
Decimal 114 171 220
Hex 72 AB DC

RGB Percentages of Color #72abdc

%22.57
%33.86
%43.56

CMYK Percentages of Color #72abdc

%48
%22
%0
%14

Triadic Colors of #72abdc

#72abdc #dc72ab #abdc72

Analogous Colors of #72abdc

#72abdc #7276dc #72dcd8

Monochromatic Colors of #72abdc

#72abdc

Complementary Color

#72abdc #dca372

#72abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abdc Color CSS Codes

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

#72abdc Text Font Color

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

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


#72abdc Background Color

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

This div background color is #72abdc


#72abdc Border Color

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

This div border color is #72abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abdc


Comments

No comments written yet.

Please login to write comment.