Color Hex Logo

#9fdebc Color Hex

#9FDEBC
(159,222,188)
0 Favorites   0 Comments

Color spaces of #9fdebc

RGB 159222188
HSL0.410.490.75
HSV148°28°87°
CMYK 0.280.000.15   0.13
XYZ49.496563.244357.1756
Yxy63.24430.29130.3722
Hunter Lab79.5263-28.074113.0417
CIE-Lab83.5708-26.916410.3195

#9fdebc color RGB value is (159,222,188).

#9fdebc hex color red value is 159, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9fdebc hue: 0.41 , saturation: 0.49 and the lightness value of 9fdebc is 0.75.

The process color (four color CMYK) of #9fdebc color hex is 0.28, 0.00, 0.15, 0.13. Web safe color of #9fdebc is #99cccc. Color #9fdebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011110 10111100
Octal 237 336 274
Decimal 159 222 188
Hex 9F DE BC

RGB Percentages of Color #9fdebc

%27.94
%39.02
%33.04

CMYK Percentages of Color #9fdebc

%28
%0
%15
%13

Triadic Colors of #9fdebc

#9fdebc #bc9fde #debc9f

Analogous Colors of #9fdebc

#9fdebc #9fdedc #a2de9f

Monochromatic Colors of #9fdebc

#9fdebc

Complementary Color

#9fdebc #de9fc1

#9fdebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fdebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fdebc Color CSS Codes

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

#9fdebc Text Font Color

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

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


#9fdebc Background Color

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

This div background color is #9fdebc


#9fdebc Border Color

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

This div border color is #9fdebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fdebc


Comments

No comments written yet.

Please login to write comment.