Color Hex Logo

#9feeea Color Hex

#9FEEEA
(159,238,234)
0 Favorites   0 Comments

Color spaces of #9feeea

RGB 159238234
HSL0.490.700.78
HSV177°33°93°
CMYK 0.330.000.02   0.07
XYZ59.723974.460589.0664
Yxy74.46050.26750.3335
Hunter Lab86.2905-27.4639-0.7940
CIE-Lab89.1397-24.9292-5.7705

#9feeea color RGB value is (159,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101110 11101010
Octal 237 356 352
Decimal 159 238 234
Hex 9F EE EA

RGB Percentages of Color #9feeea

%25.20
%37.72
%37.08

CMYK Percentages of Color #9feeea

%33
%0
%2
%7

Triadic Colors of #9feeea

#9feeea #ea9fee #eeea9f

Analogous Colors of #9feeea

#9feeea #9fcbee #9feec3

Monochromatic Colors of #9feeea

#9feeea

Complementary Color

#9feeea #ee9fa3

#9feeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9feeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9feeea Color CSS Codes

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

#9feeea Text Font Color

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

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


#9feeea Background Color

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

This div background color is #9feeea


#9feeea Border Color

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

This div border color is #9feeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9feeea


Comments

No comments written yet.

Please login to write comment.