Color Hex Logo

#929fad Color Hex

#929FAD
(146,159,173)
0 Favorites   0 Comments

Color spaces of #929fad

RGB 146159173
HSL0.590.140.63
HSV211°16°68°
CMYK 0.160.080.00   0.32
XYZ31.795033.924444.4074
Yxy33.92440.28870.3080
Hunter Lab58.2447-4.4873-4.4331
CIE-Lab64.9025-1.6267-8.8313

#929fad color RGB value is (146,159,173).

#929fad hex color red value is 146, green value is 159 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #929fad hue: 0.59 , saturation: 0.14 and the lightness value of 929fad is 0.63.

The process color (four color CMYK) of #929fad color hex is 0.16, 0.08, 0.00, 0.32. Web safe color of #929fad is #999999. Color #929fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011111 10101101
Octal 222 237 255
Decimal 146 159 173
Hex 92 9F AD

RGB Percentages of Color #929fad

%30.54
%33.26
%36.19

CMYK Percentages of Color #929fad

%16
%8
%0
%32

Triadic Colors of #929fad

#929fad #ad929f #9fad92

Analogous Colors of #929fad

#929fad #9392ad #92adad

Monochromatic Colors of #929fad

#929fad

Complementary Color

#929fad #ada092

#929fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#929fad Color CSS Codes

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

#929fad Text Font Color

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

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


#929fad Background Color

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

This div background color is #929fad


#929fad Border Color

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

This div border color is #929fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,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 #929fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929fad


Comments

No comments written yet.

Please login to write comment.