Color Hex Logo

#729eaa Color Hex

#729EAA
(114,158,170)
0 Favorites   0 Comments

Color spaces of #729eaa

RGB 114158170
HSL0.540.250.56
HSV193°33°67°
CMYK 0.330.070.00   0.33
XYZ26.422030.933442.6084
Yxy30.93340.26430.3094
Hunter Lab55.6178-12.5323-6.4892
CIE-Lab62.4514-11.8309-11.0269

#729eaa color RGB value is (114,158,170).

#729eaa hex color red value is 114, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #729eaa hue: 0.54 , saturation: 0.25 and the lightness value of 729eaa is 0.56.

The process color (four color CMYK) of #729eaa color hex is 0.33, 0.07, 0.00, 0.33. Web safe color of #729eaa is #669999. Color #729eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011110 10101010
Octal 162 236 252
Decimal 114 158 170
Hex 72 9E AA

RGB Percentages of Color #729eaa

%25.79
%35.75
%38.46

CMYK Percentages of Color #729eaa

%33
%7
%0
%33

Triadic Colors of #729eaa

#729eaa #aa729e #9eaa72

Analogous Colors of #729eaa

#729eaa #7282aa #72aa9a

Monochromatic Colors of #729eaa

#729eaa

Complementary Color

#729eaa #aa7e72

#729eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#729eaa Color CSS Codes

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

#729eaa Text Font Color

<p style="color:#729eaa">Text here</p>

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


#729eaa Background Color

<div style="background-color:#729eaa">
Div content here</div>

This div background color is #729eaa


#729eaa Border Color

<div style="border:3px solid #729eaa">
Div here</div>

This div border color is #729eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729eaa


Comments

No comments written yet.

Please login to write comment.