Color Hex Logo

#9eeafb Color Hex

#9EEAFB
(158,234,251)
0 Favorites   0 Comments

Color spaces of #9eeafb

RGB 158234251
HSL0.530.920.80
HSV191°37°98°
CMYK 0.370.070.00   0.02
XYZ60.936073.0798102.1609
Yxy73.07980.25800.3094
Hunter Lab85.4867-22.3647-11.0138
CIE-Lab88.4858-19.2328-15.6486

#9eeafb color RGB value is (158,234,251).

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

The process color (four color CMYK) of #9eeafb color hex is 0.37, 0.07, 0.00, 0.02. Web safe color of #9eeafb is #99ffff. Color #9eeafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101010 11111011
Octal 236 352 373
Decimal 158 234 251
Hex 9E EA FB

RGB Percentages of Color #9eeafb

%24.57
%36.39
%39.04

CMYK Percentages of Color #9eeafb

%37
%7
%0
%2

Triadic Colors of #9eeafb

#9eeafb #fb9eea #eafb9e

Analogous Colors of #9eeafb

#9eeafb #9ebcfb #9efbde

Monochromatic Colors of #9eeafb

#9eeafb

Complementary Color

#9eeafb #fbaf9e

#9eeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeafb Color CSS Codes

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

#9eeafb Text Font Color

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

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


#9eeafb Background Color

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

This div background color is #9eeafb


#9eeafb Border Color

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

This div border color is #9eeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeafb


Comments

No comments written yet.

Please login to write comment.