Color Hex Logo

#999efa Color Hex

#999EFA
(153,158,250)
0 Favorites   0 Comments

Color spaces of #999efa

RGB 153158250
HSL0.660.910.79
HSV237°39°98°
CMYK 0.390.370.00   0.02
XYZ42.619038.128295.5557
Yxy38.12820.24170.2163
Hunter Lab61.748015.1431-48.5282
CIE-Lab68.115020.1352-46.4565

#999efa color RGB value is (153,158,250).

#999efa hex color red value is 153, green value is 158 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #999efa hue: 0.66 , saturation: 0.91 and the lightness value of 999efa is 0.79.

The process color (four color CMYK) of #999efa color hex is 0.39, 0.37, 0.00, 0.02. Web safe color of #999efa is #9999ff. Color #999efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10011110 11111010
Octal 231 236 372
Decimal 153 158 250
Hex 99 9E FA

RGB Percentages of Color #999efa

%27.27
%28.16
%44.56

CMYK Percentages of Color #999efa

%39
%37
%0
%2

Triadic Colors of #999efa

#999efa #fa999e #9efa99

Analogous Colors of #999efa

#999efa #c599fa #99cffa

Monochromatic Colors of #999efa

#999efa

Complementary Color

#999efa #faf599

#999efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#999efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#999efa Color CSS Codes

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

#999efa Text Font Color

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

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


#999efa Background Color

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

This div background color is #999efa


#999efa Border Color

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

This div border color is #999efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #999efa


Comments

No comments written yet.

Please login to write comment.