Color Hex Logo

#9eaffc Color Hex

#9EAFFC
(158,175,252)
0 Favorites   0 Comments

Color spaces of #9eaffc

RGB 158175252
HSL0.640.940.80
HSV229°37°99°
CMYK 0.370.310.00   0.01
XYZ47.001244.957398.2959
Yxy44.95730.24700.2363
Hunter Lab67.05027.7880-39.9843
CIE-Lab72.863812.3576-40.0821

#9eaffc color RGB value is (158,175,252).

#9eaffc hex color red value is 158, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9eaffc hue: 0.64 , saturation: 0.94 and the lightness value of 9eaffc is 0.80.

The process color (four color CMYK) of #9eaffc color hex is 0.37, 0.31, 0.00, 0.01. Web safe color of #9eaffc is #9999ff. Color #9eaffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 11111100
Octal 236 257 374
Decimal 158 175 252
Hex 9E AF FC

RGB Percentages of Color #9eaffc

%27.01
%29.91
%43.08

CMYK Percentages of Color #9eaffc

%37
%31
%0
%1

Triadic Colors of #9eaffc

#9eaffc #fc9eaf #affc9e

Analogous Colors of #9eaffc

#9eaffc #bc9efc #9edefc

Monochromatic Colors of #9eaffc

#9eaffc

Complementary Color

#9eaffc #fceb9e

#9eaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaffc Color CSS Codes

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

#9eaffc Text Font Color

<p style="color:#9eaffc">Text here</p>

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


#9eaffc Background Color

<div style="background-color:#9eaffc">
Div content here</div>

This div background color is #9eaffc


#9eaffc Border Color

<div style="border:3px solid #9eaffc">
Div here</div>

This div border color is #9eaffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(158,175,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9eaffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9eaffc;
  -webkit-box-shadow: 1px 1px 3px 2px #9eaffc;
  box-shadow:         1px 1px 3px 2px #9eaffc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaffc

Related Colors


Comments

No comments written yet.

Please login to write comment.