Color Hex Logo

#9eefca Color Hex

#9EEFCA
(158,239,202)
0 Favorites   0 Comments

Color spaces of #9eefca

RGB 158239202
HSL0.420.720.78
HSV153°34°94°
CMYK 0.340.000.15   0.06
XYZ55.627773.266467.0870
Yxy73.26640.28380.3738
Hunter Lab85.5958-33.787613.4476
CIE-Lab88.5746-32.517110.1155

#9eefca color RGB value is (158,239,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 11001010
Octal 236 357 312
Decimal 158 239 202
Hex 9E EF CA

RGB Percentages of Color #9eefca

%26.38
%39.90
%33.72

CMYK Percentages of Color #9eefca

%34
%0
%15
%6

Triadic Colors of #9eefca

#9eefca #ca9eef #efca9e

Analogous Colors of #9eefca

#9eefca #9eecef #9eefa2

Monochromatic Colors of #9eefca

#9eefca

Complementary Color

#9eefca #ef9ec3

#9eefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eefca Color CSS Codes

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

#9eefca Text Font Color

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

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


#9eefca Background Color

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

This div background color is #9eefca


#9eefca Border Color

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

This div border color is #9eefca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eefca


Comments

No comments written yet.

Please login to write comment.