Color Hex Logo

#9effca Color Hex

#9EFFCA
(158,255,202)
0 Favorites   0 Comments

Color spaces of #9effca

RGB 158255202
HSL0.411.000.81
HSV147°38°100°
CMYK 0.380.000.21   0.00
XYZ60.521283.053468.7182
Yxy83.05340.28510.3912
Hunter Lab91.1336-40.943319.0867
CIE-Lab93.0378-39.834216.4423

#9effca color RGB value is (158,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111111 11001010
Octal 236 377 312
Decimal 158 255 202
Hex 9E FF CA

RGB Percentages of Color #9effca

%25.69
%41.46
%32.85

CMYK Percentages of Color #9effca

%38
%0
%21
%0

Triadic Colors of #9effca

#9effca #ca9eff #ffca9e

Analogous Colors of #9effca

#9effca #9efffb #a3ff9e

Monochromatic Colors of #9effca

#9effca

Complementary Color

#9effca #ff9ed3

#9effca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9effca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9effca Color CSS Codes

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

#9effca Text Font Color

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

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


#9effca Background Color

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

This div background color is #9effca


#9effca Border Color

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

This div border color is #9effca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9effca


Comments

No comments written yet.

Please login to write comment.