Color Hex Logo

#8faada Color Hex

#8FAADA
(143,170,218)
0 Favorites   0 Comments

Color spaces of #8faada

RGB 143170218
HSL0.610.500.71
HSV218°34°85°
CMYK 0.340.220.00   0.15
XYZ38.357339.651071.9614
Yxy39.65100.25580.2644
Hunter Lab62.9690-1.4634-23.6786
CIE-Lab69.22022.1647-27.2799

#8faada color RGB value is (143,170,218).

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

The process color (four color CMYK) of #8faada color hex is 0.34, 0.22, 0.00, 0.15. Web safe color of #8faada is #9999cc. Color #8faada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10101010 11011010
Octal 217 252 332
Decimal 143 170 218
Hex 8F AA DA

RGB Percentages of Color #8faada

%26.93
%32.02
%41.05

CMYK Percentages of Color #8faada

%34
%22
%0
%15

Triadic Colors of #8faada

#8faada #da8faa #aada8f

Analogous Colors of #8faada

#8faada #9a8fda #8fd0da

Monochromatic Colors of #8faada

#8faada

Complementary Color

#8faada #dabf8f

#8faada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8faada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8faada Color CSS Codes

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

#8faada Text Font Color

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

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


#8faada Background Color

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

This div background color is #8faada


#8faada Border Color

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

This div border color is #8faada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8faada


Comments

No comments written yet.

Please login to write comment.