Color Hex Logo

#999aef Color Hex

#999AEF
(153,154,239)
0 Favorites   0 Comments

Color spaces of #999aef

RGB 153154239
HSL0.660.730.77
HSV239°36°94°
CMYK 0.360.360.00   0.06
XYZ40.272536.115586.5098
Yxy36.11550.24720.2217
Hunter Lab60.096214.4506-43.2820
CIE-Lab66.608119.4740-42.8110

#999aef color RGB value is (153,154,239).

#999aef hex color red value is 153, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #999aef hue: 0.66 , saturation: 0.73 and the lightness value of 999aef is 0.77.

The process color (four color CMYK) of #999aef color hex is 0.36, 0.36, 0.00, 0.06. Web safe color of #999aef is #9999ff. Color #999aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011010 11101111
Octal 231 232 357
Decimal 153 154 239
Hex 99 9A EF

RGB Percentages of Color #999aef

%28.02
%28.21
%43.77

CMYK Percentages of Color #999aef

%36
%36
%0
%6

Triadic Colors of #999aef

#999aef #ef999a #9aef99

Analogous Colors of #999aef

#999aef #c399ef #99c5ef

Monochromatic Colors of #999aef

#999aef

Complementary Color

#999aef #efee99

#999aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#999aef Color CSS Codes

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

#999aef Text Font Color

<p style="color:#999aef">Text here</p>

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


#999aef Background Color

<div style="background-color:#999aef">
Div content here</div>

This div background color is #999aef


#999aef Border Color

<div style="border:3px solid #999aef">
Div here</div>

This div border color is #999aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,154,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #999aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #999aef;
  -webkit-box-shadow: 1px 1px 3px 2px #999aef;
  box-shadow:         1px 1px 3px 2px #999aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999aef


Comments

No comments written yet.

Please login to write comment.