Color Hex Logo

#9eebea Color Hex

#9EEBEA
(158,235,234)
0 Favorites   0 Comments

Color spaces of #9eebea

RGB 158235234
HSL0.500.660.77
HSV179°33°92°
CMYK 0.330.000.00   0.08
XYZ58.660272.626388.7685
Yxy72.62630.26660.3300
Hunter Lab85.2211-26.2700-2.1033
CIE-Lab88.2692-23.7348-7.0626

#9eebea color RGB value is (158,235,234).

#9eebea hex color red value is 158, green value is 235 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9eebea hue: 0.50 , saturation: 0.66 and the lightness value of 9eebea is 0.77.

The process color (four color CMYK) of #9eebea color hex is 0.33, 0.00, 0.00, 0.08. Web safe color of #9eebea is #99ffff. Color #9eebea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101011 11101010
Octal 236 353 352
Decimal 158 235 234
Hex 9E EB EA

RGB Percentages of Color #9eebea

%25.20
%37.48
%37.32

CMYK Percentages of Color #9eebea

%33
%0
%0
%8

Triadic Colors of #9eebea

#9eebea #ea9eeb #ebea9e

Analogous Colors of #9eebea

#9eebea #9ec6eb #9eebc4

Monochromatic Colors of #9eebea

#9eebea

Complementary Color

#9eebea #eb9e9f

#9eebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eebea Color CSS Codes

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

#9eebea Text Font Color

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

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


#9eebea Background Color

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

This div background color is #9eebea


#9eebea Border Color

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

This div border color is #9eebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eebea


Comments

No comments written yet.

Please login to write comment.