Color Hex Logo

#9feecd Color Hex

#9FEECD
(159,238,205)
0 Favorites   0 Comments

Color spaces of #9feecd

RGB 159238205
HSL0.430.700.78
HSV155°33°93°
CMYK 0.330.000.14   0.07
XYZ55.892172.927868.8883
Yxy72.92780.28270.3689
Hunter Lab85.3978-32.619411.9506
CIE-Lab88.4133-31.16018.3276

#9feecd color RGB value is (159,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101110 11001101
Octal 237 356 315
Decimal 159 238 205
Hex 9F EE CD

RGB Percentages of Color #9feecd

%26.41
%39.53
%34.05

CMYK Percentages of Color #9feecd

%33
%0
%14
%7

Triadic Colors of #9feecd

#9feecd #cd9fee #eecd9f

Analogous Colors of #9feecd

#9feecd #9fe8ee #9feea6

Monochromatic Colors of #9feecd

#9feecd

Complementary Color

#9feecd #ee9fc0

#9feecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feecd Color CSS Codes

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

#9feecd Text Font Color

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

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


#9feecd Background Color

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

This div background color is #9feecd


#9feecd Border Color

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

This div border color is #9feecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feecd


Comments

No comments written yet.

Please login to write comment.