Color Hex Logo

#a0facd Color Hex

#A0FACD
(160,250,205)
0 Favorites   0 Comments

Color spaces of #a0facd

RGB 160250205
HSL0.420.900.80
HSV150°36°98°
CMYK 0.360.000.18   0.02
XYZ59.702380.252670.1013
Yxy80.25260.28420.3821
Hunter Lab89.5838-37.812016.3129
CIE-Lab91.7981-36.439413.1615

#a0facd color RGB value is (160,250,205).

#a0facd hex color red value is 160, green value is 250 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a0facd hue: 0.42 , saturation: 0.90 and the lightness value of a0facd is 0.80.

The process color (four color CMYK) of #a0facd color hex is 0.36, 0.00, 0.18, 0.02. Web safe color of #a0facd is #99ffcc. Color #a0facd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11111010 11001101
Octal 240 372 315
Decimal 160 250 205
Hex A0 FA CD

RGB Percentages of Color #a0facd

%26.02
%40.65
%33.33

CMYK Percentages of Color #a0facd

%36
%0
%18
%2

Triadic Colors of #a0facd

#a0facd #cda0fa #facda0

Analogous Colors of #a0facd

#a0facd #a0fafa #a0faa0

Monochromatic Colors of #a0facd

#a0facd

Complementary Color

#a0facd #faa0cd

#a0facd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0facd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0facd Color CSS Codes

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

#a0facd Text Font Color

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

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


#a0facd Background Color

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

This div background color is #a0facd


#a0facd Border Color

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

This div border color is #a0facd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,250,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a0facd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a0facd;
  -webkit-box-shadow: 1px 1px 3px 2px #a0facd;
  box-shadow:         1px 1px 3px 2px #a0facd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,250,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0facd

Related Colors


Comments

No comments written yet.

Please login to write comment.