Color Hex Logo

#72aaca Color Hex

#72AACA
(114,170,202)
1 Favorites   0 Comments

Color spaces of #72aaca

RGB 114170202
HSL0.560.450.62
HSV202°44°79°
CMYK 0.440.160.00   0.21
XYZ31.974836.591161.2547
Yxy36.59110.24630.2819
Hunter Lab60.4906-11.5049-17.6956
CIE-Lab66.9691-9.8814-22.0534

#72aaca color RGB value is (114,170,202).

#72aaca hex color red value is 114, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #72aaca hue: 0.56 , saturation: 0.45 and the lightness value of 72aaca is 0.62.

The process color (four color CMYK) of #72aaca color hex is 0.44, 0.16, 0.00, 0.21. Web safe color of #72aaca is #6699cc. Color #72aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101010 11001010
Octal 162 252 312
Decimal 114 170 202
Hex 72 AA CA

RGB Percentages of Color #72aaca

%23.46
%34.98
%41.56

CMYK Percentages of Color #72aaca

%44
%16
%0
%21

Triadic Colors of #72aaca

#72aaca #ca72aa #aaca72

Analogous Colors of #72aaca

#72aaca #727eca #72cabe

Monochromatic Colors of #72aaca

#72aaca

Complementary Color

#72aaca #ca9272

#72aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aaca Color CSS Codes

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

#72aaca Text Font Color

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

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


#72aaca Background Color

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

This div background color is #72aaca


#72aaca Border Color

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

This div border color is #72aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aaca

#72aaca Color Palettes


Comments

No comments written yet.

Please login to write comment.