Color Hex Logo

#929bef Color Hex

#929BEF
(146,155,239)
0 Favorites   0 Comments

Color spaces of #929bef

RGB 146155239
HSL0.650.740.75
HSV234°39°94°
CMYK 0.390.350.00   0.06
XYZ39.155435.785786.5050
Yxy35.78570.24250.2217
Hunter Lab59.821212.1486-43.8621
CIE-Lab66.355917.0562-43.2424

#929bef color RGB value is (146,155,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011011 11101111
Octal 222 233 357
Decimal 146 155 239
Hex 92 9B EF

RGB Percentages of Color #929bef

%27.04
%28.70
%44.26

CMYK Percentages of Color #929bef

%39
%35
%0
%6

Triadic Colors of #929bef

#929bef #ef929b #9bef92

Analogous Colors of #929bef

#929bef #b892ef #92caef

Monochromatic Colors of #929bef

#929bef

Complementary Color

#929bef #efe692

#929bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#929bef Color CSS Codes

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

#929bef Text Font Color

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

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


#929bef Background Color

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

This div background color is #929bef


#929bef Border Color

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

This div border color is #929bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929bef


Comments

No comments written yet.

Please login to write comment.