Color Hex Logo

#9efece Color Hex

#9EFECE
(158,254,206)
0 Favorites   0 Comments

Color spaces of #9efece

RGB 158254206
HSL0.420.980.81
HSV150°38°100°
CMYK 0.380.000.19   0.00
XYZ60.682982.609071.1393
Yxy82.60900.28300.3852
Hunter Lab90.8895-39.880017.2163
CIE-Lab92.8430-38.611714.1149

#9efece color RGB value is (158,254,206).

#9efece hex color red value is 158, green value is 254 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9efece hue: 0.42 , saturation: 0.98 and the lightness value of 9efece is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11001110
Octal 236 376 316
Decimal 158 254 206
Hex 9E FE CE

RGB Percentages of Color #9efece

%25.57
%41.10
%33.33

CMYK Percentages of Color #9efece

%38
%0
%19
%0

Triadic Colors of #9efece

#9efece #ce9efe #fece9e

Analogous Colors of #9efece

#9efece #9efefe #9efe9e

Monochromatic Colors of #9efece

#9efece

Complementary Color

#9efece #fe9ece

#9efece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efece Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efece Color CSS Codes

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

#9efece Text Font Color

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

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


#9efece Background Color

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

This div background color is #9efece


#9efece Border Color

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

This div border color is #9efece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efece


Comments

No comments written yet.

Please login to write comment.