Color Hex Logo

#9effbd Color Hex

#9EFFBD
(158,255,189)
0 Favorites   0 Comments

Color spaces of #9effbd

RGB 158255189
HSL0.391.000.81
HSV139°38°100°
CMYK 0.380.000.26   0.00
XYZ59.045982.463260.9491
Yxy82.46320.29160.4073
Hunter Lab90.8093-42.852123.7724
CIE-Lab92.7789-42.242322.7213

#9effbd color RGB value is (158,255,189).

#9effbd hex color red value is 158, green value is 255 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9effbd hue: 0.39 , saturation: 1.00 and the lightness value of 9effbd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11111111 10111101
Octal 236 377 275
Decimal 158 255 189
Hex 9E FF BD

RGB Percentages of Color #9effbd

%26.25
%42.36
%31.40

CMYK Percentages of Color #9effbd

%38
%0
%26
%0

Triadic Colors of #9effbd

#9effbd #bd9eff #ffbd9e

Analogous Colors of #9effbd

#9effbd #9effee #b0ff9e

Monochromatic Colors of #9effbd

#9effbd

Complementary Color

#9effbd #ff9ee0

#9effbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9effbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9effbd Color CSS Codes

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

#9effbd Text Font Color

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

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


#9effbd Background Color

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

This div background color is #9effbd


#9effbd Border Color

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

This div border color is #9effbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9effbd

Related Colors


Comments

No comments written yet.

Please login to write comment.