Color Hex Logo

#9eefcd Color Hex

#9EEFCD
(158,239,205)
0 Favorites   0 Comments

Color spaces of #9eefcd

RGB 158239205
HSL0.430.720.78
HSV155°34°94°
CMYK 0.340.000.14   0.06
XYZ55.986573.409968.9763
Yxy73.40990.28220.3701
Hunter Lab85.6796-33.300112.2443
CIE-Lab88.6428-31.91398.6503

#9eefcd color RGB value is (158,239,205).

#9eefcd hex color red value is 158, green value is 239 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9eefcd hue: 0.43 , saturation: 0.72 and the lightness value of 9eefcd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 11001101
Octal 236 357 315
Decimal 158 239 205
Hex 9E EF CD

RGB Percentages of Color #9eefcd

%26.25
%39.70
%34.05

CMYK Percentages of Color #9eefcd

%34
%0
%14
%6

Triadic Colors of #9eefcd

#9eefcd #cd9eef #efcd9e

Analogous Colors of #9eefcd

#9eefcd #9ee9ef #9eefa5

Monochromatic Colors of #9eefcd

#9eefcd

Complementary Color

#9eefcd #ef9ec0

#9eefcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eefcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eefcd Color CSS Codes

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

#9eefcd Text Font Color

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

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


#9eefcd Background Color

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

This div background color is #9eefcd


#9eefcd Border Color

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

This div border color is #9eefcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eefcd


Comments

No comments written yet.

Please login to write comment.