Color Hex Logo

#9eefce Color Hex

#9EEFCE
(158,239,206)
0 Favorites   0 Comments

Color spaces of #9eefce

RGB 158239206
HSL0.430.720.78
HSV156°34°94°
CMYK 0.340.000.14   0.06
XYZ56.107673.458369.6142
Yxy73.45830.28170.3688
Hunter Lab85.7078-33.135811.8385
CIE-Lab88.6658-31.71118.1621

#9eefce color RGB value is (158,239,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101111 11001110
Octal 236 357 316
Decimal 158 239 206
Hex 9E EF CE

RGB Percentages of Color #9eefce

%26.20
%39.64
%34.16

CMYK Percentages of Color #9eefce

%34
%0
%14
%6

Triadic Colors of #9eefce

#9eefce #ce9eef #efce9e

Analogous Colors of #9eefce

#9eefce #9ee8ef #9eefa6

Monochromatic Colors of #9eefce

#9eefce

Complementary Color

#9eefce #ef9ebf

#9eefce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eefce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eefce Color CSS Codes

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

#9eefce Text Font Color

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

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


#9eefce Background Color

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

This div background color is #9eefce


#9eefce Border Color

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

This div border color is #9eefce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eefce


Comments

No comments written yet.

Please login to write comment.