Color Hex Logo

#9efacd Color Hex

#9EFACD
(158,250,205)
0 Favorites   0 Comments

Color spaces of #9efacd

RGB 158250205
HSL0.420.900.80
HSV151°37°98°
CMYK 0.370.000.18   0.02
XYZ59.305680.048170.0827
Yxy80.04810.28320.3822
Hunter Lab89.4696-38.251716.1861
CIE-Lab91.7064-36.995013.0188

#9efacd color RGB value is (158,250,205).

#9efacd hex color red value is 158, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9efacd hue: 0.42 , saturation: 0.90 and the lightness value of 9efacd is 0.80.

The process color (four color CMYK) of #9efacd color hex is 0.37, 0.00, 0.18, 0.02. Web safe color of #9efacd is #99ffcc. Color #9efacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111010 11001101
Octal 236 372 315
Decimal 158 250 205
Hex 9E FA CD

RGB Percentages of Color #9efacd

%25.77
%40.78
%33.44

CMYK Percentages of Color #9efacd

%37
%0
%18
%2

Triadic Colors of #9efacd

#9efacd #cd9efa #facd9e

Analogous Colors of #9efacd

#9efacd #9ef9fa #9efa9f

Monochromatic Colors of #9efacd

#9efacd

Complementary Color

#9efacd #fa9ecb

#9efacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efacd Color CSS Codes

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

#9efacd Text Font Color

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

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


#9efacd Background Color

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

This div background color is #9efacd


#9efacd Border Color

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

This div border color is #9efacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efacd

Related Colors


Comments

No comments written yet.

Please login to write comment.