Color Hex Logo

#9999ec Color Hex

#9999EC
(153,153,236)
0 Favorites   0 Comments

Color spaces of #9999ec

RGB 153153236
HSL0.670.690.76
HSV240°35°93°
CMYK 0.350.350.00   0.07
XYZ39.668435.610984.1397
Yxy35.61090.24880.2234
Hunter Lab59.674914.2255-41.8246
CIE-Lab66.221519.2529-41.7701

#9999ec color RGB value is (153,153,236).

#9999ec hex color red value is 153, green value is 153 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9999ec hue: 0.67 , saturation: 0.69 and the lightness value of 9999ec is 0.76.

The process color (four color CMYK) of #9999ec color hex is 0.35, 0.35, 0.00, 0.07. Web safe color of #9999ec is #9999ff. Color #9999ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011001 11101100
Octal 231 231 354
Decimal 153 153 236
Hex 99 99 EC

RGB Percentages of Color #9999ec

%28.23
%28.23
%43.54

CMYK Percentages of Color #9999ec

%35
%35
%0
%7

Triadic Colors of #9999ec

#9999ec #ec9999 #99ec99

Analogous Colors of #9999ec

#9999ec #c399ec #99c3ec

Monochromatic Colors of #9999ec

#9999ec

Complementary Color

#9999ec #ecec99

#9999ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9999ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9999ec Color CSS Codes

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

#9999ec Text Font Color

<p style="color:#9999ec">Text here</p>

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


#9999ec Background Color

<div style="background-color:#9999ec">
Div content here</div>

This div background color is #9999ec


#9999ec Border Color

<div style="border:3px solid #9999ec">
Div here</div>

This div border color is #9999ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,153,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9999ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9999ec;
  -webkit-box-shadow: 1px 1px 3px 2px #9999ec;
  box-shadow:         1px 1px 3px 2px #9999ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9999ec


Comments

No comments written yet.

Please login to write comment.