Color Hex Logo

#9efcbf Color Hex

#9EFCBF
(158,252,191)
0 Favorites   0 Comments

Color spaces of #9efcbf

RGB 158252191
HSL0.390.940.80
HSV141°37°99°
CMYK 0.370.000.24   0.01
XYZ58.314980.651561.7840
Yxy80.65150.29050.4018
Hunter Lab89.8062-41.253322.0746
CIE-Lab91.9764-40.551020.5884

#9efcbf color RGB value is (158,252,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111100 10111111
Octal 236 374 277
Decimal 158 252 191
Hex 9E FC BF

RGB Percentages of Color #9efcbf

%26.29
%41.93
%31.78

CMYK Percentages of Color #9efcbf

%37
%0
%24
%1

Triadic Colors of #9efcbf

#9efcbf #bf9efc #fcbf9e

Analogous Colors of #9efcbf

#9efcbf #9efcee #acfc9e

Monochromatic Colors of #9efcbf

#9efcbf

Complementary Color

#9efcbf #fc9edb

#9efcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efcbf Color CSS Codes

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

#9efcbf Text Font Color

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

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


#9efcbf Background Color

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

This div background color is #9efcbf


#9efcbf Border Color

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

This div border color is #9efcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efcbf


Comments

No comments written yet.

Please login to write comment.