Color Hex Logo

#949ebd Color Hex

#949EBD
(148,158,189)
0 Favorites   0 Comments

Color spaces of #949ebd

RGB 148158189
HSL0.630.240.66
HSV225°22°74°
CMYK 0.220.160.00   0.26
XYZ33.624934.423753.0163
Yxy34.42370.27770.2843
Hunter Lab58.6717-0.3767-12.5048
CIE-Lab65.29753.2058-17.1745

#949ebd color RGB value is (148,158,189).

#949ebd hex color red value is 148, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #949ebd hue: 0.63 , saturation: 0.24 and the lightness value of 949ebd is 0.66.

The process color (four color CMYK) of #949ebd color hex is 0.22, 0.16, 0.00, 0.26. Web safe color of #949ebd is #9999cc. Color #949ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011110 10111101
Octal 224 236 275
Decimal 148 158 189
Hex 94 9E BD

RGB Percentages of Color #949ebd

%29.90
%31.92
%38.18

CMYK Percentages of Color #949ebd

%22
%16
%0
%26

Triadic Colors of #949ebd

#949ebd #bd949e #9ebd94

Analogous Colors of #949ebd

#949ebd #9f94bd #94b3bd

Monochromatic Colors of #949ebd

#949ebd

Complementary Color

#949ebd #bdb394

#949ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#949ebd Color CSS Codes

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

#949ebd Text Font Color

<p style="color:#949ebd">Text here</p>

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


#949ebd Background Color

<div style="background-color:#949ebd">
Div content here</div>

This div background color is #949ebd


#949ebd Border Color

<div style="border:3px solid #949ebd">
Div here</div>

This div border color is #949ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,158,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #949ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #949ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #949ebd;
  box-shadow:         1px 1px 3px 2px #949ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,158,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 #949ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949ebd


Comments

No comments written yet.

Please login to write comment.