Color Hex Logo

#9fefbd Color Hex

#9FEFBD
(159,239,189)
1 Favorites   0 Comments

Color spaces of #9fefbd

RGB 159239189
HSL0.400.710.78
HSV143°33°94°
CMYK 0.330.000.21   0.06
XYZ54.349972.778159.3271
Yxy72.77810.29150.3903
Hunter Lab85.3101-35.572718.4851
CIE-Lab88.3418-34.740716.5464

#9fefbd color RGB value is (159,239,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101111 10111101
Octal 237 357 275
Decimal 159 239 189
Hex 9F EF BD

RGB Percentages of Color #9fefbd

%27.09
%40.72
%32.20

CMYK Percentages of Color #9fefbd

%33
%0
%21
%6

Triadic Colors of #9fefbd

#9fefbd #bd9fef #efbd9f

Analogous Colors of #9fefbd

#9fefbd #9fefe5 #a9ef9f

Monochromatic Colors of #9fefbd

#9fefbd

Complementary Color

#9fefbd #ef9fd1

#9fefbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fefbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fefbd Color CSS Codes

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

#9fefbd Text Font Color

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

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


#9fefbd Background Color

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

This div background color is #9fefbd


#9fefbd Border Color

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

This div border color is #9fefbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fefbd


Comments

No comments written yet.

Please login to write comment.