Color Hex Logo

#929ebe Color Hex

#929EBE
(146,158,190)
0 Favorites   0 Comments

Color spaces of #929ebe

RGB 146158190
HSL0.620.250.66
HSV224°23°75°
CMYK 0.230.170.00   0.25
XYZ33.375234.282453.5733
Yxy34.28240.27530.2828
Hunter Lab58.5512-0.7164-13.2635
CIE-Lab65.18612.8084-17.9157

#929ebe color RGB value is (146,158,190).

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

The process color (four color CMYK) of #929ebe color hex is 0.23, 0.17, 0.00, 0.25. Web safe color of #929ebe is #9999cc. Color #929ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011110 10111110
Octal 222 236 276
Decimal 146 158 190
Hex 92 9E BE

RGB Percentages of Color #929ebe

%29.55
%31.98
%38.46

CMYK Percentages of Color #929ebe

%23
%17
%0
%25

Triadic Colors of #929ebe

#929ebe #be929e #9ebe92

Analogous Colors of #929ebe

#929ebe #9c92be #92b4be

Monochromatic Colors of #929ebe

#929ebe

Complementary Color

#929ebe #beb292

#929ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#929ebe Color CSS Codes

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

#929ebe Text Font Color

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

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


#929ebe Background Color

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

This div background color is #929ebe


#929ebe Border Color

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

This div border color is #929ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929ebe


Comments

No comments written yet.

Please login to write comment.