Color Hex Logo

#9efeca Color Hex

#9EFECA
(158,254,202)
0 Favorites   0 Comments

Color spaces of #9efeca

RGB 158254202
HSL0.410.980.81
HSV148°38°100°
CMYK 0.380.000.20   0.00
XYZ60.203082.417068.6122
Yxy82.41700.28500.3902
Hunter Lab90.7838-40.499918.7387
CIE-Lab92.7586-39.385916.0492

#9efeca color RGB value is (158,254,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11001010
Octal 236 376 312
Decimal 158 254 202
Hex 9E FE CA

RGB Percentages of Color #9efeca

%25.73
%41.37
%32.90

CMYK Percentages of Color #9efeca

%38
%0
%20
%0

Triadic Colors of #9efeca

#9efeca #ca9efe #feca9e

Analogous Colors of #9efeca

#9efeca #9efefa #a2fe9e

Monochromatic Colors of #9efeca

#9efeca

Complementary Color

#9efeca #fe9ed2

#9efeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efeca Color CSS Codes

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

#9efeca Text Font Color

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

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


#9efeca Background Color

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

This div background color is #9efeca


#9efeca Border Color

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

This div border color is #9efeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efeca


Comments

No comments written yet.

Please login to write comment.