Color Hex Logo

#929eeb Color Hex

#929EEB
(146,158,235)
0 Favorites   0 Comments

Color spaces of #929eeb

RGB 146158235
HSL0.640.690.75
HSV232°38°92°
CMYK 0.380.330.00   0.08
XYZ39.076336.562983.5951
Yxy36.56290.24540.2296
Hunter Lab60.46739.5359-39.6405
CIE-Lab66.947814.2541-40.1211

#929eeb color RGB value is (146,158,235).

#929eeb hex color red value is 146, green value is 158 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #929eeb hue: 0.64 , saturation: 0.69 and the lightness value of 929eeb is 0.75.

The process color (four color CMYK) of #929eeb color hex is 0.38, 0.33, 0.00, 0.08. Web safe color of #929eeb is #9999ff. Color #929eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011110 11101011
Octal 222 236 353
Decimal 146 158 235
Hex 92 9E EB

RGB Percentages of Color #929eeb

%27.09
%29.31
%43.60

CMYK Percentages of Color #929eeb

%38
%33
%0
%8

Triadic Colors of #929eeb

#929eeb #eb929e #9eeb92

Analogous Colors of #929eeb

#929eeb #b392eb #92cbeb

Monochromatic Colors of #929eeb

#929eeb

Complementary Color

#929eeb #ebdf92

#929eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#929eeb Color CSS Codes

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

#929eeb Text Font Color

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

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


#929eeb Background Color

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

This div background color is #929eeb


#929eeb Border Color

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

This div border color is #929eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929eeb


Comments

No comments written yet.

Please login to write comment.