Color Hex Logo

#9feeda Color Hex

#9FEEDA
(159,238,218)
0 Favorites   0 Comments

Color spaces of #9feeda

RGB 159238218
HSL0.460.700.78
HSV165°33°93°
CMYK 0.330.000.08   0.07
XYZ57.527573.582077.5004
Yxy73.58200.27580.3527
Hunter Lab85.7800-30.40566.4787
CIE-Lab88.7246-28.45541.9884

#9feeda color RGB value is (159,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101110 11011010
Octal 237 356 332
Decimal 159 238 218
Hex 9F EE DA

RGB Percentages of Color #9feeda

%25.85
%38.70
%35.45

CMYK Percentages of Color #9feeda

%33
%0
%8
%7

Triadic Colors of #9feeda

#9feeda #da9fee #eeda9f

Analogous Colors of #9feeda

#9feeda #9fdbee #9feeb3

Monochromatic Colors of #9feeda

#9feeda

Complementary Color

#9feeda #ee9fb3

#9feeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feeda Color CSS Codes

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

#9feeda Text Font Color

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

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


#9feeda Background Color

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

This div background color is #9feeda


#9feeda Border Color

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

This div border color is #9feeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feeda


Comments

No comments written yet.

Please login to write comment.