Color Hex Logo

#9eeafe Color Hex

#9EEAFE
(158,234,254)
0 Favorites   0 Comments

Color spaces of #9eeafe

RGB 158234254
HSL0.530.980.81
HSV193°38°100°
CMYK 0.380.080.00   0.00
XYZ61.412873.2705104.6718
Yxy73.27050.25660.3061
Hunter Lab85.5982-21.7312-12.5827
CIE-Lab88.5766-18.5026-17.0832

#9eeafe color RGB value is (158,234,254).

#9eeafe hex color red value is 158, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #9eeafe hue: 0.53 , saturation: 0.98 and the lightness value of 9eeafe is 0.81.

The process color (four color CMYK) of #9eeafe color hex is 0.38, 0.08, 0.00, 0.00. Web safe color of #9eeafe is #99ffff. Color #9eeafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101010 11111110
Octal 236 352 376
Decimal 158 234 254
Hex 9E EA FE

RGB Percentages of Color #9eeafe

%24.46
%36.22
%39.32

CMYK Percentages of Color #9eeafe

%38
%8
%0
%0

Triadic Colors of #9eeafe

#9eeafe #fe9eea #eafe9e

Analogous Colors of #9eeafe

#9eeafe #9ebafe #9efee2

Monochromatic Colors of #9eeafe

#9eeafe

Complementary Color

#9eeafe #feb29e

#9eeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeafe Color CSS Codes

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

#9eeafe Text Font Color

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

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


#9eeafe Background Color

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

This div background color is #9eeafe


#9eeafe Border Color

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

This div border color is #9eeafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeafe

Related Colors


Comments

No comments written yet.

Please login to write comment.