Color Hex Logo

#9faedb Color Hex

#9FAEDB
(159,174,219)
0 Favorites   0 Comments

Color spaces of #9faedb

RGB 159174219
HSL0.630.450.74
HSV225°27°86°
CMYK 0.270.210.00   0.14
XYZ42.220342.757573.0456
Yxy42.75750.26720.2706
Hunter Lab65.38920.8222-20.4598
CIE-Lab71.39014.8214-24.4094

#9faedb color RGB value is (159,174,219).

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

The process color (four color CMYK) of #9faedb color hex is 0.27, 0.21, 0.00, 0.14. Web safe color of #9faedb is #9999cc. Color #9faedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 11011011
Octal 237 256 333
Decimal 159 174 219
Hex 9F AE DB

RGB Percentages of Color #9faedb

%28.80
%31.52
%39.67

CMYK Percentages of Color #9faedb

%27
%21
%0
%14

Triadic Colors of #9faedb

#9faedb #db9fae #aedb9f

Analogous Colors of #9faedb

#9faedb #ae9fdb #9fccdb

Monochromatic Colors of #9faedb

#9faedb

Complementary Color

#9faedb #dbcc9f

#9faedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faedb Color CSS Codes

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

#9faedb Text Font Color

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

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


#9faedb Background Color

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

This div background color is #9faedb


#9faedb Border Color

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

This div border color is #9faedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faedb


Comments

No comments written yet.

Please login to write comment.