Color Hex Logo

#729abd Color Hex

#729ABD
(114,154,189)
0 Favorites   0 Comments

Color spaces of #729abd

RGB 114154189
HSL0.580.360.59
HSV208°40°74°
CMYK 0.400.190.00   0.26
XYZ27.680330.362752.5458
Yxy30.36270.25030.2746
Hunter Lab55.1024-6.7609-17.9675
CIE-Lab61.9659-4.6384-22.4518

#729abd color RGB value is (114,154,189).

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

The process color (four color CMYK) of #729abd color hex is 0.40, 0.19, 0.00, 0.26. Web safe color of #729abd is #6699cc. Color #729abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011010 10111101
Octal 162 232 275
Decimal 114 154 189
Hex 72 9A BD

RGB Percentages of Color #729abd

%24.95
%33.70
%41.36

CMYK Percentages of Color #729abd

%40
%19
%0
%26

Triadic Colors of #729abd

#729abd #bd729a #9abd72

Analogous Colors of #729abd

#729abd #7275bd #72bdbb

Monochromatic Colors of #729abd

#729abd

Complementary Color

#729abd #bd9572

#729abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#729abd Color CSS Codes

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

#729abd Text Font Color

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

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


#729abd Background Color

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

This div background color is #729abd


#729abd Border Color

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

This div border color is #729abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729abd


Comments

No comments written yet.

Please login to write comment.