Color Hex Logo

#9faebd Color Hex

#9FAEBD
(159,174,189)
0 Favorites   0 Comments

Color spaces of #9faebd

RGB 159174189
HSL0.580.190.68
HSV210°16°74°
CMYK 0.160.080.00   0.26
XYZ38.619441.317254.0837
Yxy41.31720.28820.3083
Hunter Lab64.2785-5.2420-4.8915
CIE-Lab70.3976-2.0704-9.4302

#9faebd color RGB value is (159,174,189).

#9faebd hex color red value is 159, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9faebd hue: 0.58 , saturation: 0.19 and the lightness value of 9faebd is 0.68.

The process color (four color CMYK) of #9faebd color hex is 0.16, 0.08, 0.00, 0.26. Web safe color of #9faebd is #9999cc. Color #9faebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101110 10111101
Octal 237 256 275
Decimal 159 174 189
Hex 9F AE BD

RGB Percentages of Color #9faebd

%30.46
%33.33
%36.21

CMYK Percentages of Color #9faebd

%16
%8
%0
%26

Triadic Colors of #9faebd

#9faebd #bd9fae #aebd9f

Analogous Colors of #9faebd

#9faebd #9f9fbd #9fbdbd

Monochromatic Colors of #9faebd

#9faebd

Complementary Color

#9faebd #bdae9f

#9faebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faebd Color CSS Codes

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

#9faebd Text Font Color

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

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


#9faebd Background Color

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

This div background color is #9faebd


#9faebd Border Color

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

This div border color is #9faebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faebd


Comments

No comments written yet.

Please login to write comment.