Color Hex Logo

#8faadc Color Hex

#8FAADC
(143,170,220)
0 Favorites   0 Comments

Color spaces of #8faadc

RGB 143170220
HSL0.610.520.71
HSV219°35°86°
CMYK 0.350.230.00   0.14
XYZ38.620739.756473.3484
Yxy39.75640.25450.2620
Hunter Lab63.0527-1.0083-24.8345
CIE-Lab69.29572.6834-28.2620

#8faadc color RGB value is (143,170,220).

#8faadc hex color red value is 143, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8faadc hue: 0.61 , saturation: 0.52 and the lightness value of 8faadc is 0.71.

The process color (four color CMYK) of #8faadc color hex is 0.35, 0.23, 0.00, 0.14. Web safe color of #8faadc is #9999cc. Color #8faadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101010 11011100
Octal 217 252 334
Decimal 143 170 220
Hex 8F AA DC

RGB Percentages of Color #8faadc

%26.83
%31.89
%41.28

CMYK Percentages of Color #8faadc

%35
%23
%0
%14

Triadic Colors of #8faadc

#8faadc #dc8faa #aadc8f

Analogous Colors of #8faadc

#8faadc #9b8fdc #8fd1dc

Monochromatic Colors of #8faadc

#8faadc

Complementary Color

#8faadc #dcc18f

#8faadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faadc Color CSS Codes

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

#8faadc Text Font Color

<p style="color:#8faadc">Text here</p>

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


#8faadc Background Color

<div style="background-color:#8faadc">
Div content here</div>

This div background color is #8faadc


#8faadc Border Color

<div style="border:3px solid #8faadc">
Div here</div>

This div border color is #8faadc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,170,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8faadc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8faadc;
  -webkit-box-shadow: 1px 1px 3px 2px #8faadc;
  box-shadow:         1px 1px 3px 2px #8faadc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,170,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faadc


Comments

No comments written yet.

Please login to write comment.