Color Hex Logo

#9499bc Color Hex

#9499BC
(148,153,188)
0 Favorites   0 Comments

Color spaces of #9499bc

RGB 148153188
HSL0.650.230.66
HSV233°21°74°
CMYK 0.210.190.00   0.26
XYZ32.681132.709252.1680
Yxy32.70920.27800.2782
Hunter Lab57.19201.9140-14.0474
CIE-Lab63.92485.7827-18.6976

#9499bc color RGB value is (148,153,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10011001 10111100
Octal 224 231 274
Decimal 148 153 188
Hex 94 99 BC

RGB Percentages of Color #9499bc

%30.27
%31.29
%38.45

CMYK Percentages of Color #9499bc

%21
%19
%0
%26

Triadic Colors of #9499bc

#9499bc #bc9499 #99bc94

Analogous Colors of #9499bc

#9499bc #a394bc #94adbc

Monochromatic Colors of #9499bc

#9499bc

Complementary Color

#9499bc #bcb794

#9499bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9499bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9499bc Color CSS Codes

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

#9499bc Text Font Color

<p style="color:#9499bc">Text here</p>

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


#9499bc Background Color

<div style="background-color:#9499bc">
Div content here</div>

This div background color is #9499bc


#9499bc Border Color

<div style="border:3px solid #9499bc">
Div here</div>

This div border color is #9499bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9499bc


Comments

No comments written yet.

Please login to write comment.