Color Hex Logo

#9eddba Color Hex

#9EDDBA
(158,221,186)
0 Favorites   0 Comments

Color spaces of #9eddba

RGB 158221186
HSL0.410.480.74
HSV147°29°87°
CMYK 0.290.000.16   0.13
XYZ48.819962.527255.9502
Yxy62.52720.29180.3737
Hunter Lab79.0741-28.174913.4003
CIE-Lab83.1930-27.129510.8293

#9eddba color RGB value is (158,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011101 10111010
Octal 236 335 272
Decimal 158 221 186
Hex 9E DD BA

RGB Percentages of Color #9eddba

%27.96
%39.12
%32.92

CMYK Percentages of Color #9eddba

%29
%0
%16
%13

Triadic Colors of #9eddba

#9eddba #ba9edd #ddba9e

Analogous Colors of #9eddba

#9eddba #9eddda #a2dd9e

Monochromatic Colors of #9eddba

#9eddba

Complementary Color

#9eddba #dd9ec1

#9eddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eddba Color CSS Codes

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

#9eddba Text Font Color

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

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


#9eddba Background Color

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

This div background color is #9eddba


#9eddba Border Color

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

This div border color is #9eddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eddba


Comments

No comments written yet.

Please login to write comment.