Color Hex Logo

#9fead9 Color Hex

#9FEAD9
(159,234,217)
0 Favorites   0 Comments

Color spaces of #9fead9

RGB 159234217
HSL0.460.640.77
HSV166°32°92°
CMYK 0.320.000.07   0.08
XYZ56.245371.226376.4293
Yxy71.22630.27580.3493
Hunter Lab84.3957-28.73155.3835
CIE-Lab87.5948-26.75190.8671

#9fead9 color RGB value is (159,234,217).

#9fead9 hex color red value is 159, green value is 234 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #9fead9 hue: 0.46 , saturation: 0.64 and the lightness value of 9fead9 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11101010 11011001
Octal 237 352 331
Decimal 159 234 217
Hex 9F EA D9

RGB Percentages of Color #9fead9

%26.07
%38.36
%35.57

CMYK Percentages of Color #9fead9

%32
%0
%7
%8

Triadic Colors of #9fead9

#9fead9 #d99fea #ead99f

Analogous Colors of #9fead9

#9fead9 #9fd6ea #9feab4

Monochromatic Colors of #9fead9

#9fead9

Complementary Color

#9fead9 #ea9fb0

#9fead9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fead9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fead9 Color CSS Codes

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

#9fead9 Text Font Color

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

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


#9fead9 Background Color

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

This div background color is #9fead9


#9fead9 Border Color

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

This div border color is #9fead9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fead9


Comments

No comments written yet.

Please login to write comment.