Color Hex Logo

#9facdd Color Hex

#9FACDD
(159,172,221)
0 Favorites   0 Comments

Color spaces of #9facdd

RGB 159172221
HSL0.630.480.75
HSV227°28°87°
CMYK 0.280.220.00   0.13
XYZ42.101742.096474.3130
Yxy42.09640.26560.2656
Hunter Lab64.88172.2854-22.4912
CIE-Lab70.93736.4153-26.1968

#9facdd color RGB value is (159,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10101100 11011101
Octal 237 254 335
Decimal 159 172 221
Hex 9F AC DD

RGB Percentages of Color #9facdd

%28.80
%31.16
%40.04

CMYK Percentages of Color #9facdd

%28
%22
%0
%13

Triadic Colors of #9facdd

#9facdd #dd9fac #acdd9f

Analogous Colors of #9facdd

#9facdd #b19fdd #9fcbdd

Monochromatic Colors of #9facdd

#9facdd

Complementary Color

#9facdd #ddd09f

#9facdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9facdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9facdd Color CSS Codes

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

#9facdd Text Font Color

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

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


#9facdd Background Color

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

This div background color is #9facdd


#9facdd Border Color

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

This div border color is #9facdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,172,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 #9facdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9facdd


Comments

No comments written yet.

Please login to write comment.