Color Hex Logo

#9fedbc Color Hex

#9FEDBC
(159,237,188)
0 Favorites   0 Comments

Color spaces of #9fedbc

RGB 159237188
HSL0.400.680.78
HSV142°33°93°
CMYK 0.330.000.21   0.07
XYZ53.659471.570158.5632
Yxy71.57010.29200.3894
Hunter Lab84.5991-34.829718.1763
CIE-Lab87.7613-34.003516.2496

#9fedbc color RGB value is (159,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 10111100
Octal 237 355 274
Decimal 159 237 188
Hex 9F ED BC

RGB Percentages of Color #9fedbc

%27.23
%40.58
%32.19

CMYK Percentages of Color #9fedbc

%33
%0
%21
%7

Triadic Colors of #9fedbc

#9fedbc #bc9fed #edbc9f

Analogous Colors of #9fedbc

#9fedbc #9fede3 #a9ed9f

Monochromatic Colors of #9fedbc

#9fedbc

Complementary Color

#9fedbc #ed9fd0

#9fedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fedbc Color CSS Codes

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

#9fedbc Text Font Color

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

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


#9fedbc Background Color

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

This div background color is #9fedbc


#9fedbc Border Color

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

This div border color is #9fedbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,237,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fedbc


Comments

No comments written yet.

Please login to write comment.