Color Hex Logo

#929dcc Color Hex

#929DCC
(146,157,204)
0 Favorites   0 Comments

Color spaces of #929dcc

RGB 146157204
HSL0.640.360.69
HSV229°28°80°
CMYK 0.280.230.00   0.20
XYZ34.810134.584661.9675
Yxy34.58460.26500.2633
Hunter Lab58.80872.7428-21.3086
CIE-Lab65.42406.7676-25.3554

#929dcc color RGB value is (146,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011101 11001100
Octal 222 235 314
Decimal 146 157 204
Hex 92 9D CC

RGB Percentages of Color #929dcc

%28.80
%30.97
%40.24

CMYK Percentages of Color #929dcc

%28
%23
%0
%20

Triadic Colors of #929dcc

#929dcc #cc929d #9dcc92

Analogous Colors of #929dcc

#929dcc #a492cc #92bacc

Monochromatic Colors of #929dcc

#929dcc

Complementary Color

#929dcc #ccc192

#929dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#929dcc Color CSS Codes

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

#929dcc Text Font Color

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

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


#929dcc Background Color

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

This div background color is #929dcc


#929dcc Border Color

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

This div border color is #929dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929dcc


Comments

No comments written yet.

Please login to write comment.