Color Hex Logo

#9eeadb Color Hex

#9EEADB
(158,234,219)
0 Favorites   0 Comments

Color spaces of #9eeadb

RGB 158234219
HSL0.470.640.77
HSV168°32°92°
CMYK 0.320.000.06   0.08
XYZ56.309671.229277.7986
Yxy71.22920.27420.3469
Hunter Lab84.3974-28.60104.4239
CIE-Lab87.5962-26.5980-0.1857

#9eeadb color RGB value is (158,234,219).

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

The process color (four color CMYK) of #9eeadb color hex is 0.32, 0.00, 0.06, 0.08. Web safe color of #9eeadb is #99ffcc. Color #9eeadb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101010 11011011
Octal 236 352 333
Decimal 158 234 219
Hex 9E EA DB

RGB Percentages of Color #9eeadb

%25.86
%38.30
%35.84

CMYK Percentages of Color #9eeadb

%32
%0
%6
%8

Triadic Colors of #9eeadb

#9eeadb #db9eea #eadb9e

Analogous Colors of #9eeadb

#9eeadb #9ed3ea #9eeab5

Monochromatic Colors of #9eeadb

#9eeadb

Complementary Color

#9eeadb #ea9ead

#9eeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eeadb Color CSS Codes

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

#9eeadb Text Font Color

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

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


#9eeadb Background Color

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

This div background color is #9eeadb


#9eeadb Border Color

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

This div border color is #9eeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eeadb


Comments

No comments written yet.

Please login to write comment.