Color Hex Logo

#a8dcfa Color Hex

#A8DCFA
(168,220,250)
0 Favorites   0 Comments

Color spaces of #a8dcfa

RGB 168220250
HSL0.560.890.82
HSV202°33°98°
CMYK 0.330.120.00   0.02
XYZ58.997066.4134100.1521
Yxy66.41340.26160.2944
Hunter Lab81.4944-13.3921-15.8180
CIE-Lab85.2068-9.7219-20.0101

#a8dcfa color RGB value is (168,220,250).

#a8dcfa hex color red value is 168, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a8dcfa hue: 0.56 , saturation: 0.89 and the lightness value of a8dcfa is 0.82.

The process color (four color CMYK) of #a8dcfa color hex is 0.33, 0.12, 0.00, 0.02. Web safe color of #a8dcfa is #99ccff. Color #a8dcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11111010
Octal 250 334 372
Decimal 168 220 250
Hex A8 DC FA

RGB Percentages of Color #a8dcfa

%26.33
%34.48
%39.18

CMYK Percentages of Color #a8dcfa

%33
%12
%0
%2

Triadic Colors of #a8dcfa

#a8dcfa #faa8dc #dcfaa8

Analogous Colors of #a8dcfa

#a8dcfa #a8b3fa #a8faef

Monochromatic Colors of #a8dcfa

#a8dcfa

Complementary Color

#a8dcfa #fac6a8

#a8dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcfa Color CSS Codes

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

#a8dcfa Text Font Color

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

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


#a8dcfa Background Color

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

This div background color is #a8dcfa


#a8dcfa Border Color

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

This div border color is #a8dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcfa


Comments

No comments written yet.

Please login to write comment.