Color Hex Logo

#9efecb Color Hex

#9EFECB
(158,254,203)
0 Favorites   0 Comments

Color spaces of #9efecb

RGB 158254203
HSL0.410.980.81
HSV148°38°100°
CMYK 0.380.000.20   0.00
XYZ60.321982.464569.2379
Yxy82.46450.28450.3889
Hunter Lab90.8100-40.346118.3614
CIE-Lab92.7795-39.193415.5656

#9efecb color RGB value is (158,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11001011
Octal 236 376 313
Decimal 158 254 203
Hex 9E FE CB

RGB Percentages of Color #9efecb

%25.69
%41.30
%33.01

CMYK Percentages of Color #9efecb

%38
%0
%20
%0

Triadic Colors of #9efecb

#9efecb #cb9efe #fecb9e

Analogous Colors of #9efecb

#9efecb #9efefb #a1fe9e

Monochromatic Colors of #9efecb

#9efecb

Complementary Color

#9efecb #fe9ed1

#9efecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efecb Color CSS Codes

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

#9efecb Text Font Color

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

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


#9efecb Background Color

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

This div background color is #9efecb


#9efecb Border Color

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

This div border color is #9efecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efecb


Comments

No comments written yet.

Please login to write comment.