Color Hex Logo

#949dbe Color Hex

#949DBE
(148,157,190)
0 Favorites   0 Comments

Color spaces of #949dbe

RGB 148157190
HSL0.630.240.66
HSV227°22°75°
CMYK 0.220.170.00   0.25
XYZ33.564034.127553.5335
Yxy34.12750.27690.2815
Hunter Lab58.41870.3229-13.4388
CIE-Lab65.06364.0001-18.0877

#949dbe color RGB value is (148,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011101 10111110
Octal 224 235 276
Decimal 148 157 190
Hex 94 9D BE

RGB Percentages of Color #949dbe

%29.90
%31.72
%38.38

CMYK Percentages of Color #949dbe

%22
%17
%0
%25

Triadic Colors of #949dbe

#949dbe #be949d #9dbe94

Analogous Colors of #949dbe

#949dbe #a094be #94b2be

Monochromatic Colors of #949dbe

#949dbe

Complementary Color

#949dbe #beb594

#949dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#949dbe Color CSS Codes

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

#949dbe Text Font Color

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

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


#949dbe Background Color

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

This div background color is #949dbe


#949dbe Border Color

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

This div border color is #949dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949dbe


Comments

No comments written yet.

Please login to write comment.