Color Hex Logo

#9fedbd Color Hex

#9FEDBD
(159,237,189)
0 Favorites   0 Comments

Color spaces of #9fedbd

RGB 159237189
HSL0.400.680.78
HSV143°33°93°
CMYK 0.330.000.20   0.07
XYZ53.767671.613459.1330
Yxy71.61340.29140.3881
Hunter Lab84.6247-34.680517.8074
CIE-Lab87.7822-33.816115.7599

#9fedbd color RGB value is (159,237,189).

#9fedbd hex color red value is 159, green value is 237 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9fedbd hue: 0.40 , saturation: 0.68 and the lightness value of 9fedbd is 0.78.

The process color (four color CMYK) of #9fedbd color hex is 0.33, 0.00, 0.20, 0.07. Web safe color of #9fedbd is #99ffcc. Color #9fedbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 10111101
Octal 237 355 275
Decimal 159 237 189
Hex 9F ED BD

RGB Percentages of Color #9fedbd

%27.18
%40.51
%32.31

CMYK Percentages of Color #9fedbd

%33
%0
%20
%7

Triadic Colors of #9fedbd

#9fedbd #bd9fed #edbd9f

Analogous Colors of #9fedbd

#9fedbd #9fede4 #a8ed9f

Monochromatic Colors of #9fedbd

#9fedbd

Complementary Color

#9fedbd #ed9fcf

#9fedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fedbd Color CSS Codes

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

#9fedbd Text Font Color

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

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


#9fedbd Background Color

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

This div background color is #9fedbd


#9fedbd Border Color

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

This div border color is #9fedbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,237,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 #9fedbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fedbd


Comments

No comments written yet.

Please login to write comment.