Color Hex Logo

#9efcc5 Color Hex

#9EFCC5
(158,252,197)
0 Favorites   0 Comments

Color spaces of #9efcc5

RGB 158252197
HSL0.400.940.80
HSV145°37°99°
CMYK 0.370.000.22   0.01
XYZ58.989080.921165.3336
Yxy80.92110.28740.3943
Hunter Lab89.9562-40.371419.9080
CIE-Lab92.0966-39.438217.6836

#9efcc5 color RGB value is (158,252,197).

#9efcc5 hex color red value is 158, green value is 252 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #9efcc5 hue: 0.40 , saturation: 0.94 and the lightness value of 9efcc5 is 0.80.

The process color (four color CMYK) of #9efcc5 color hex is 0.37, 0.00, 0.22, 0.01. Web safe color of #9efcc5 is #99ffcc. Color #9efcc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111100 11000101
Octal 236 374 305
Decimal 158 252 197
Hex 9E FC C5

RGB Percentages of Color #9efcc5

%26.03
%41.52
%32.45

CMYK Percentages of Color #9efcc5

%37
%0
%22
%1

Triadic Colors of #9efcc5

#9efcc5 #c59efc #fcc59e

Analogous Colors of #9efcc5

#9efcc5 #9efcf4 #a6fc9e

Monochromatic Colors of #9efcc5

#9efcc5

Complementary Color

#9efcc5 #fc9ed5

#9efcc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efcc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efcc5 Color CSS Codes

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

#9efcc5 Text Font Color

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

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


#9efcc5 Background Color

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

This div background color is #9efcc5


#9efcc5 Border Color

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

This div border color is #9efcc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efcc5


Comments

No comments written yet.

Please login to write comment.