Color Hex Logo

#9efeeb Color Hex

#9EFEEB
(158,254,235)
1 Favorites   0 Comments

Color spaces of #9efeeb

RGB 158254235
HSL0.470.980.81
HSV168°38°100°
CMYK 0.380.000.07   0.00
XYZ64.537884.150991.4385
Yxy84.15090.26880.3504
Hunter Lab91.7338-34.95345.1145
CIE-Lab93.5160-32.58240.1289

#9efeeb color RGB value is (158,254,235).

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

The process color (four color CMYK) of #9efeeb color hex is 0.38, 0.00, 0.07, 0.00. Web safe color of #9efeeb is #99ffff. Color #9efeeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111110 11101011
Octal 236 376 353
Decimal 158 254 235
Hex 9E FE EB

RGB Percentages of Color #9efeeb

%24.42
%39.26
%36.32

CMYK Percentages of Color #9efeeb

%38
%0
%7
%0

Triadic Colors of #9efeeb

#9efeeb #eb9efe #feeb9e

Analogous Colors of #9efeeb

#9efeeb #9ee1fe #9efebb

Monochromatic Colors of #9efeeb

#9efeeb

Complementary Color

#9efeeb #fe9eb1

#9efeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9efeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9efeeb Color CSS Codes

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

#9efeeb Text Font Color

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

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


#9efeeb Background Color

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

This div background color is #9efeeb


#9efeeb Border Color

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

This div border color is #9efeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9efeeb


Comments

No comments written yet.

Please login to write comment.