Color Hex Logo

#9efecf Color Hex

#9EFECF
(158,254,207)
0 Favorites   0 Comments

Color spaces of #9efecf

RGB 158254207
HSL0.420.980.81
HSV151°38°100°
CMYK 0.380.000.19   0.00
XYZ60.804882.657771.7813
Yxy82.65770.28250.3840
Hunter Lab90.9163-39.722716.8301
CIE-Lab92.8644-38.415713.6313

#9efecf color RGB value is (158,254,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11001111
Octal 236 376 317
Decimal 158 254 207
Hex 9E FE CF

RGB Percentages of Color #9efecf

%25.53
%41.03
%33.44

CMYK Percentages of Color #9efecf

%38
%0
%19
%0

Triadic Colors of #9efecf

#9efecf #cf9efe #fecf9e

Analogous Colors of #9efecf

#9efecf #9efdfe #9efe9f

Monochromatic Colors of #9efecf

#9efecf

Complementary Color

#9efecf #fe9ecd

#9efecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efecf Color CSS Codes

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

#9efecf Text Font Color

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

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


#9efecf Background Color

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

This div background color is #9efecf


#9efecf Border Color

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

This div border color is #9efecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efecf


Comments

No comments written yet.

Please login to write comment.