Color Hex Logo

#9eecda Color Hex

#9EECDA
(158,236,218)
0 Favorites   0 Comments

Color spaces of #9eecda

RGB 158236218
HSL0.460.670.77
HSV166°33°93°
CMYK 0.330.000.08   0.07
XYZ56.750972.322077.2981
Yxy72.32200.27500.3504
Hunter Lab85.0423-29.70655.6388
CIE-Lab88.1233-27.77591.1074

#9eecda color RGB value is (158,236,218).

#9eecda hex color red value is 158, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9eecda hue: 0.46 , saturation: 0.67 and the lightness value of 9eecda is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101100 11011010
Octal 236 354 332
Decimal 158 236 218
Hex 9E EC DA

RGB Percentages of Color #9eecda

%25.82
%38.56
%35.62

CMYK Percentages of Color #9eecda

%33
%0
%8
%7

Triadic Colors of #9eecda

#9eecda #da9eec #ecda9e

Analogous Colors of #9eecda

#9eecda #9ed7ec #9eecb3

Monochromatic Colors of #9eecda

#9eecda

Complementary Color

#9eecda #ec9eb0

#9eecda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eecda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eecda Color CSS Codes

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

#9eecda Text Font Color

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

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


#9eecda Background Color

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

This div background color is #9eecda


#9eecda Border Color

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

This div border color is #9eecda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eecda

#9eecda Color Palettes


Comments

No comments written yet.

Please login to write comment.