Color Hex Logo

#9feecb Color Hex

#9FEECB
(159,238,203)
0 Favorites   0 Comments

Color spaces of #9feecb

RGB 159238203
HSL0.430.700.78
HSV153°33°93°
CMYK 0.330.000.15   0.07
XYZ55.652172.831867.6247
Yxy72.83180.28380.3714
Hunter Lab85.3415-32.946012.7576
CIE-Lab88.3674-31.56309.3048

#9feecb color RGB value is (159,238,203).

#9feecb hex color red value is 159, green value is 238 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9feecb hue: 0.43 , saturation: 0.70 and the lightness value of 9feecb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101110 11001011
Octal 237 356 313
Decimal 159 238 203
Hex 9F EE CB

RGB Percentages of Color #9feecb

%26.50
%39.67
%33.83

CMYK Percentages of Color #9feecb

%33
%0
%15
%7

Triadic Colors of #9feecb

#9feecb #cb9fee #eecb9f

Analogous Colors of #9feecb

#9feecb #9feaee #9feea4

Monochromatic Colors of #9feecb

#9feecb

Complementary Color

#9feecb #ee9fc2

#9feecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feecb Color CSS Codes

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

#9feecb Text Font Color

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

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


#9feecb Background Color

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

This div background color is #9feecb


#9feecb Border Color

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

This div border color is #9feecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feecb


Comments

No comments written yet.

Please login to write comment.