Color Hex Logo

#949abc Color Hex

#949ABC
(148,154,188)
0 Favorites   0 Comments

Color spaces of #949abc

RGB 148154188
HSL0.640.230.66
HSV231°21°74°
CMYK 0.210.180.00   0.26
XYZ32.845433.037952.2228
Yxy33.03790.27810.2797
Hunter Lab57.47861.4139-13.6335
CIE-Lab64.19165.2186-18.2924

#949abc color RGB value is (148,154,188).

#949abc hex color red value is 148, green value is 154 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #949abc hue: 0.64 , saturation: 0.23 and the lightness value of 949abc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011010 10111100
Octal 224 232 274
Decimal 148 154 188
Hex 94 9A BC

RGB Percentages of Color #949abc

%30.20
%31.43
%38.37

CMYK Percentages of Color #949abc

%21
%18
%0
%26

Triadic Colors of #949abc

#949abc #bc949a #9abc94

Analogous Colors of #949abc

#949abc #a294bc #94aebc

Monochromatic Colors of #949abc

#949abc

Complementary Color

#949abc #bcb694

#949abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#949abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#949abc Color CSS Codes

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

#949abc Text Font Color

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

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


#949abc Background Color

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

This div background color is #949abc


#949abc Border Color

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

This div border color is #949abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #949abc


Comments

No comments written yet.

Please login to write comment.