Color Hex Logo

#929caf Color Hex

#929CAF
(146,156,175)
0 Favorites   0 Comments

Color spaces of #929caf

RGB 146156175
HSL0.610.150.63
HSV219°17°69°
CMYK 0.170.110.00   0.31
XYZ31.480432.983145.2646
Yxy32.98310.28690.3006
Hunter Lab57.4309-2.6604-6.5282
CIE-Lab64.14720.4804-11.0818

#929caf color RGB value is (146,156,175).

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

The process color (four color CMYK) of #929caf color hex is 0.17, 0.11, 0.00, 0.31. Web safe color of #929caf is #999999. Color #929caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10011100 10101111
Octal 222 234 257
Decimal 146 156 175
Hex 92 9C AF

RGB Percentages of Color #929caf

%30.61
%32.70
%36.69

CMYK Percentages of Color #929caf

%17
%11
%0
%31

Triadic Colors of #929caf

#929caf #af929c #9caf92

Analogous Colors of #929caf

#929caf #9792af #92abaf

Monochromatic Colors of #929caf

#929caf

Complementary Color

#929caf #afa592

#929caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#929caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#929caf Color CSS Codes

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

#929caf Text Font Color

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

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


#929caf Background Color

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

This div background color is #929caf


#929caf Border Color

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

This div border color is #929caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #929caf

#929caf Color Palettes


Comments

No comments written yet.

Please login to write comment.