Color Hex Logo

#929edc Color Hex

#929EDC
(146,158,220)
0 Favorites   0 Comments

Color spaces of #929edc

RGB 146158220
HSL0.640.510.72
HSV230°34°86°
CMYK 0.340.280.00   0.14
XYZ36.999235.732072.6570
Yxy35.73200.25450.2458
Hunter Lab59.77625.8762-30.2226
CIE-Lab66.314610.2755-32.8491

#929edc color RGB value is (146,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011110 11011100
Octal 222 236 334
Decimal 146 158 220
Hex 92 9E DC

RGB Percentages of Color #929edc

%27.86
%30.15
%41.98

CMYK Percentages of Color #929edc

%34
%28
%0
%14

Triadic Colors of #929edc

#929edc #dc929e #9edc92

Analogous Colors of #929edc

#929edc #ab92dc #92c3dc

Monochromatic Colors of #929edc

#929edc

Complementary Color

#929edc #dcd092

#929edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#929edc Color CSS Codes

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

#929edc Text Font Color

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

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


#929edc Background Color

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

This div background color is #929edc


#929edc Border Color

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

This div border color is #929edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929edc


Comments

No comments written yet.

Please login to write comment.