Color Hex Logo

#729fad Color Hex

#729FAD
(114,159,173)
0 Favorites   0 Comments

Color spaces of #729fad

RGB 114159173
HSL0.540.260.56
HSV194°34°68°
CMYK 0.340.080.00   0.32
XYZ26.880431.390844.1774
Yxy31.39080.26240.3064
Hunter Lab56.0275-12.4089-7.5306
CIE-Lab62.8362-11.6131-12.1375

#729fad color RGB value is (114,159,173).

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

The process color (four color CMYK) of #729fad color hex is 0.34, 0.08, 0.00, 0.32. Web safe color of #729fad is #669999. Color #729fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011111 10101101
Octal 162 237 255
Decimal 114 159 173
Hex 72 9F AD

RGB Percentages of Color #729fad

%25.56
%35.65
%38.79

CMYK Percentages of Color #729fad

%34
%8
%0
%32

Triadic Colors of #729fad

#729fad #ad729f #9fad72

Analogous Colors of #729fad

#729fad #7282ad #72ad9e

Monochromatic Colors of #729fad

#729fad

Complementary Color

#729fad #ad8072

#729fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#729fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#729fad Color CSS Codes

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

#729fad Text Font Color

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

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


#729fad Background Color

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

This div background color is #729fad


#729fad Border Color

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

This div border color is #729fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #729fad


Comments

No comments written yet.

Please login to write comment.