Color Hex Logo

#9eafff Color Hex

#9EAFFF
(158,175,255)
0 Favorites   0 Comments

Color spaces of #9eafff

RGB 158175255
HSL0.641.000.81
HSV229°38°100°
CMYK 0.380.310.00   0.00
XYZ47.480545.1490100.8199
Yxy45.14900.24540.2334
Hunter Lab67.19308.5454-41.9267
CIE-Lab72.989913.1534-41.5051

#9eafff color RGB value is (158,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 11111111
Octal 236 257 377
Decimal 158 175 255
Hex 9E AF FF

RGB Percentages of Color #9eafff

%26.87
%29.76
%43.37

CMYK Percentages of Color #9eafff

%38
%31
%0
%0

Triadic Colors of #9eafff

#9eafff #ff9eaf #afff9e

Analogous Colors of #9eafff

#9eafff #be9eff #9ee0ff

Monochromatic Colors of #9eafff

#9eafff

Complementary Color

#9eafff #ffee9e

#9eafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafff Color CSS Codes

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

#9eafff Text Font Color

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

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


#9eafff Background Color

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

This div background color is #9eafff


#9eafff Border Color

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

This div border color is #9eafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafff


Comments

No comments written yet.

Please login to write comment.