Color Hex Logo

#9efecd Color Hex

#9EFECD
(158,254,205)
0 Favorites   0 Comments

Color spaces of #9efecd

RGB 158254205
HSL0.410.980.81
HSV149°38°100°
CMYK 0.380.000.19   0.00
XYZ60.561882.560570.5014
Yxy82.56050.28350.3865
Hunter Lab90.8628-40.036317.6002
CIE-Lab92.8217-38.806414.5984

#9efecd color RGB value is (158,254,205).

#9efecd hex color red value is 158, green value is 254 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9efecd hue: 0.41 , saturation: 0.98 and the lightness value of 9efecd is 0.81.

The process color (four color CMYK) of #9efecd color hex is 0.38, 0.00, 0.19, 0.00. Web safe color of #9efecd is #99ffcc. Color #9efecd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11001101
Octal 236 376 315
Decimal 158 254 205
Hex 9E FE CD

RGB Percentages of Color #9efecd

%25.61
%41.17
%33.23

CMYK Percentages of Color #9efecd

%38
%0
%19
%0

Triadic Colors of #9efecd

#9efecd #cd9efe #fecd9e

Analogous Colors of #9efecd

#9efecd #9efefd #9ffe9e

Monochromatic Colors of #9efecd

#9efecd

Complementary Color

#9efecd #fe9ecf

#9efecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efecd Color CSS Codes

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

#9efecd Text Font Color

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

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


#9efecd Background Color

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

This div background color is #9efecd


#9efecd Border Color

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

This div border color is #9efecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efecd


Comments

No comments written yet.

Please login to write comment.