Color Hex Logo

#9faede Color Hex

#9FAEDE
(159,174,222)
0 Favorites   0 Comments

Color spaces of #9faede

RGB 159174222
HSL0.630.490.75
HSV226°28°87°
CMYK 0.280.220.00   0.13
XYZ42.618942.917075.1448
Yxy42.91700.26520.2671
Hunter Lab65.51111.4806-22.1511
CIE-Lab71.49865.5504-25.8836

#9faede color RGB value is (159,174,222).

#9faede hex color red value is 159, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9faede hue: 0.63 , saturation: 0.49 and the lightness value of 9faede is 0.75.

The process color (four color CMYK) of #9faede color hex is 0.28, 0.22, 0.00, 0.13. Web safe color of #9faede is #9999cc. Color #9faede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 11011110
Octal 237 256 336
Decimal 159 174 222
Hex 9F AE DE

RGB Percentages of Color #9faede

%28.65
%31.35
%40.00

CMYK Percentages of Color #9faede

%28
%22
%0
%13

Triadic Colors of #9faede

#9faede #de9fae #aede9f

Analogous Colors of #9faede

#9faede #b09fde #9fcede

Monochromatic Colors of #9faede

#9faede

Complementary Color

#9faede #decf9f

#9faede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faede Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faede Color CSS Codes

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

#9faede Text Font Color

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

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


#9faede Background Color

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

This div background color is #9faede


#9faede Border Color

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

This div border color is #9faede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faede


Comments

No comments written yet.

Please login to write comment.