Color Hex Logo

#9faddd Color Hex

#9FADDD
(159,173,221)
0 Favorites   0 Comments

Color spaces of #9faddd

RGB 159173221
HSL0.630.480.75
HSV226°28°87°
CMYK 0.280.220.00   0.13
XYZ42.292842.478574.3767
Yxy42.47850.26570.2669
Hunter Lab65.17551.7726-22.0374
CIE-Lab71.19965.8607-25.7949

#9faddd color RGB value is (159,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101101 11011101
Octal 237 255 335
Decimal 159 173 221
Hex 9F AD DD

RGB Percentages of Color #9faddd

%28.75
%31.28
%39.96

CMYK Percentages of Color #9faddd

%28
%22
%0
%13

Triadic Colors of #9faddd

#9faddd #dd9fad #addd9f

Analogous Colors of #9faddd

#9faddd #b09fdd #9fccdd

Monochromatic Colors of #9faddd

#9faddd

Complementary Color

#9faddd #ddcf9f

#9faddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9faddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9faddd Color CSS Codes

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

#9faddd Text Font Color

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

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


#9faddd Background Color

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

This div background color is #9faddd


#9faddd Border Color

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

This div border color is #9faddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9faddd


Comments

No comments written yet.

Please login to write comment.