Color Hex Logo

#929eab Color Hex

#929EAB
(146,158,171)
0 Favorites   0 Comments

Color spaces of #929eab

RGB 146158171
HSL0.590.130.62
HSV211°15°67°
CMYK 0.150.080.00   0.33
XYZ31.431633.505043.3386
Yxy33.50500.29030.3094
Hunter Lab57.8835-4.3680-3.8732
CIE-Lab64.5677-1.5111-8.2089

#929eab color RGB value is (146,158,171).

#929eab hex color red value is 146, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #929eab hue: 0.59 , saturation: 0.13 and the lightness value of 929eab is 0.62.

The process color (four color CMYK) of #929eab color hex is 0.15, 0.08, 0.00, 0.33. Web safe color of #929eab is #999999. Color #929eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011110 10101011
Octal 222 236 253
Decimal 146 158 171
Hex 92 9E AB

RGB Percentages of Color #929eab

%30.74
%33.26
%36.00

CMYK Percentages of Color #929eab

%15
%8
%0
%33

Triadic Colors of #929eab

#929eab #ab929e #9eab92

Analogous Colors of #929eab

#929eab #9392ab #92abab

Monochromatic Colors of #929eab

#929eab

Complementary Color

#929eab #ab9f92

#929eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#929eab Color CSS Codes

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

#929eab Text Font Color

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

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


#929eab Background Color

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

This div background color is #929eab


#929eab Border Color

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

This div border color is #929eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929eab


Comments

No comments written yet.

Please login to write comment.