Color Hex Logo

#929eef Color Hex

#929EEF
(146,158,239)
0 Favorites   0 Comments

Color spaces of #929eef

RGB 146158239
HSL0.650.740.75
HSV232°39°94°
CMYK 0.390.340.00   0.06
XYZ39.660936.796786.6735
Yxy36.79670.24310.2256
Hunter Lab60.660310.5514-42.2534
CIE-Lab67.124215.3385-42.0378

#929eef color RGB value is (146,158,239).

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

The process color (four color CMYK) of #929eef color hex is 0.39, 0.34, 0.00, 0.06. Web safe color of #929eef is #9999ff. Color #929eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011110 11101111
Octal 222 236 357
Decimal 146 158 239
Hex 92 9E EF

RGB Percentages of Color #929eef

%26.89
%29.10
%44.01

CMYK Percentages of Color #929eef

%39
%34
%0
%6

Triadic Colors of #929eef

#929eef #ef929e #9eef92

Analogous Colors of #929eef

#929eef #b592ef #92cdef

Monochromatic Colors of #929eef

#929eef

Complementary Color

#929eef #efe392

#929eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#929eef Color CSS Codes

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

#929eef Text Font Color

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

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


#929eef Background Color

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

This div background color is #929eef


#929eef Border Color

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

This div border color is #929eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929eef


Comments

No comments written yet.

Please login to write comment.