Color Hex Logo

#9edddb Color Hex

#9EDDDB
(158,221,219)
0 Favorites   0 Comments

Color spaces of #9edddb

RGB 158221219
HSL0.490.480.74
HSV178°29°87°
CMYK 0.290.000.01   0.13
XYZ52.743264.096576.6098
Yxy64.09650.27260.3313
Hunter Lab80.0603-22.5109-0.6925
CIE-Lab84.0160-20.2256-5.4431

#9edddb color RGB value is (158,221,219).

#9edddb hex color red value is 158, green value is 221 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9edddb hue: 0.49 , saturation: 0.48 and the lightness value of 9edddb is 0.74.

The process color (four color CMYK) of #9edddb color hex is 0.29, 0.00, 0.01, 0.13. Web safe color of #9edddb is #99cccc. Color #9edddb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011101 11011011
Octal 236 335 333
Decimal 158 221 219
Hex 9E DD DB

RGB Percentages of Color #9edddb

%26.42
%36.96
%36.62

CMYK Percentages of Color #9edddb

%29
%0
%1
%13

Triadic Colors of #9edddb

#9edddb #db9edd #dddb9e

Analogous Colors of #9edddb

#9edddb #9ec0dd #9eddbc

Monochromatic Colors of #9edddb

#9edddb

Complementary Color

#9edddb #dd9ea0

#9edddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edddb Color CSS Codes

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

#9edddb Text Font Color

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

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


#9edddb Background Color

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

This div background color is #9edddb


#9edddb Border Color

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

This div border color is #9edddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edddb


Comments

No comments written yet.

Please login to write comment.