Color Hex Logo

#9eaeff Color Hex

#9EAEFF
(158,174,255)
0 Favorites   0 Comments

Color spaces of #9eaeff

RGB 158174255
HSL0.641.000.81
HSV230°38°100°
CMYK 0.380.320.00   0.00
XYZ47.286644.7612100.7552
Yxy44.76120.24530.2322
Hunter Lab66.90389.0794-42.4564
CIE-Lab72.734413.7140-41.9040

#9eaeff color RGB value is (158,174,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101110 11111111
Octal 236 256 377
Decimal 158 174 255
Hex 9E AE FF

RGB Percentages of Color #9eaeff

%26.92
%29.64
%43.44

CMYK Percentages of Color #9eaeff

%38
%32
%0
%0

Triadic Colors of #9eaeff

#9eaeff #ff9eae #aeff9e

Analogous Colors of #9eaeff

#9eaeff #bf9eff #9edfff

Monochromatic Colors of #9eaeff

#9eaeff

Complementary Color

#9eaeff #ffef9e

#9eaeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eaeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eaeff Color CSS Codes

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

#9eaeff Text Font Color

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

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


#9eaeff Background Color

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

This div background color is #9eaeff


#9eaeff Border Color

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

This div border color is #9eaeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,174,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 #9eaeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eaeff

Related Colors

#9eaeff Color Palettes


Comments

No comments written yet.

Please login to write comment.