Color Hex Logo

#72aadc Color Hex

#72AADC
(114,170,220)
0 Favorites   0 Comments

Color spaces of #72aadc

RGB 114170220
HSL0.580.600.65
HSV208°48°86°
CMYK 0.480.230.00   0.14
XYZ34.232437.494273.1430
Yxy37.49420.23630.2588
Hunter Lab61.2325-7.3654-27.9599
CIE-Lab67.6462-4.8008-30.9422

#72aadc color RGB value is (114,170,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101010 11011100
Octal 162 252 334
Decimal 114 170 220
Hex 72 AA DC

RGB Percentages of Color #72aadc

%22.62
%33.73
%43.65

CMYK Percentages of Color #72aadc

%48
%23
%0
%14

Triadic Colors of #72aadc

#72aadc #dc72aa #aadc72

Analogous Colors of #72aadc

#72aadc #7275dc #72dcd9

Monochromatic Colors of #72aadc

#72aadc

Complementary Color

#72aadc #dca472

#72aadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aadc Color CSS Codes

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

#72aadc Text Font Color

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

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


#72aadc Background Color

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

This div background color is #72aadc


#72aadc Border Color

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

This div border color is #72aadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aadc


Comments

No comments written yet.

Please login to write comment.