Color Hex Logo

#729aba Color Hex

#729ABA
(114,154,186)
0 Favorites   0 Comments

Color spaces of #729aba

RGB 114154186
HSL0.570.340.59
HSV207°39°73°
CMYK 0.390.170.00   0.27
XYZ27.358030.233850.8482
Yxy30.23380.25230.2788
Hunter Lab54.9853-7.4113-16.3394
CIE-Lab61.8554-5.4535-20.9344

#729aba color RGB value is (114,154,186).

#729aba hex color red value is 114, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #729aba hue: 0.57 , saturation: 0.34 and the lightness value of 729aba is 0.59.

The process color (four color CMYK) of #729aba color hex is 0.39, 0.17, 0.00, 0.27. Web safe color of #729aba is #6699cc. Color #729aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 10111010
Octal 162 232 272
Decimal 114 154 186
Hex 72 9A BA

RGB Percentages of Color #729aba

%25.11
%33.92
%40.97

CMYK Percentages of Color #729aba

%39
%17
%0
%27

Triadic Colors of #729aba

#729aba #ba729a #9aba72

Analogous Colors of #729aba

#729aba #7276ba #72bab6

Monochromatic Colors of #729aba

#729aba

Complementary Color

#729aba #ba9272

#729aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#729aba Color CSS Codes

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

#729aba Text Font Color

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

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


#729aba Background Color

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

This div background color is #729aba


#729aba Border Color

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

This div border color is #729aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729aba


Comments

No comments written yet.

Please login to write comment.