Color Hex Logo

#929cbd Color Hex

#929CBD
(146,156,189)
0 Favorites   0 Comments

Color spaces of #929cbd

RGB 146156189
HSL0.630.250.66
HSV226°23°74°
CMYK 0.230.170.00   0.26
XYZ32.927833.562052.8868
Yxy33.56200.27580.2811
Hunter Lab57.93270.0736-13.5730
CIE-Lab64.61343.6936-18.2258

#929cbd color RGB value is (146,156,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011100 10111101
Octal 222 234 275
Decimal 146 156 189
Hex 92 9C BD

RGB Percentages of Color #929cbd

%29.74
%31.77
%38.49

CMYK Percentages of Color #929cbd

%23
%17
%0
%26

Triadic Colors of #929cbd

#929cbd #bd929c #9cbd92

Analogous Colors of #929cbd

#929cbd #9e92bd #92b2bd

Monochromatic Colors of #929cbd

#929cbd

Complementary Color

#929cbd #bdb392

#929cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#929cbd Color CSS Codes

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

#929cbd Text Font Color

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

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


#929cbd Background Color

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

This div background color is #929cbd


#929cbd Border Color

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

This div border color is #929cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929cbd


Comments

No comments written yet.

Please login to write comment.