Color Hex Logo

#9efdca Color Hex

#9EFDCA
(158,253,202)
0 Favorites   0 Comments

Color spaces of #9efdca

RGB 158253202
HSL0.410.960.81
HSV148°38°99°
CMYK 0.380.000.20   0.01
XYZ59.886581.783968.5066
Yxy81.78390.28490.3891
Hunter Lab90.4345-40.056018.3903
CIE-Lab92.4794-38.936215.6558

#9efdca color RGB value is (158,253,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111101 11001010
Octal 236 375 312
Decimal 158 253 202
Hex 9E FD CA

RGB Percentages of Color #9efdca

%25.77
%41.27
%32.95

CMYK Percentages of Color #9efdca

%38
%0
%20
%1

Triadic Colors of #9efdca

#9efdca #ca9efd #fdca9e

Analogous Colors of #9efdca

#9efdca #9efdfa #a2fd9e

Monochromatic Colors of #9efdca

#9efdca

Complementary Color

#9efdca #fd9ed1

#9efdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efdca Color CSS Codes

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

#9efdca Text Font Color

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

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


#9efdca Background Color

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

This div background color is #9efdca


#9efdca Border Color

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

This div border color is #9efdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efdca


Comments

No comments written yet.

Please login to write comment.