Color Hex Logo

#9fedea Color Hex

#9FEDEA
(159,237,234)
0 Favorites   0 Comments

Color spaces of #9fedea

RGB 159237234
HSL0.490.680.78
HSV178°33°93°
CMYK 0.330.000.01   0.07
XYZ59.433573.879888.9697
Yxy73.87980.26740.3324
Hunter Lab85.9534-26.9924-1.2033
CIE-Lab88.8656-24.4432-6.1752

#9fedea color RGB value is (159,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101101 11101010
Octal 237 355 352
Decimal 159 237 234
Hex 9F ED EA

RGB Percentages of Color #9fedea

%25.24
%37.62
%37.14

CMYK Percentages of Color #9fedea

%33
%0
%1
%7

Triadic Colors of #9fedea

#9fedea #ea9fed #edea9f

Analogous Colors of #9fedea

#9fedea #9fc9ed #9fedc3

Monochromatic Colors of #9fedea

#9fedea

Complementary Color

#9fedea #ed9fa2

#9fedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fedea Color CSS Codes

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

#9fedea Text Font Color

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

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


#9fedea Background Color

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

This div background color is #9fedea


#9fedea Border Color

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

This div border color is #9fedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fedea


Comments

No comments written yet.

Please login to write comment.