Color Hex Logo

#a8dffa Color Hex

#A8DFFA
(168,223,250)
0 Favorites   0 Comments

Color spaces of #a8dffa

RGB 168223250
HSL0.550.890.82
HSV200°33°98°
CMYK 0.330.110.00   0.02
XYZ59.791468.0023100.4169
Yxy68.00230.26200.2980
Hunter Lab82.4635-14.8870-14.4738
CIE-Lab86.0076-11.2676-18.8008

#a8dffa color RGB value is (168,223,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 11111010
Octal 250 337 372
Decimal 168 223 250
Hex A8 DF FA

RGB Percentages of Color #a8dffa

%26.21
%34.79
%39.00

CMYK Percentages of Color #a8dffa

%33
%11
%0
%2

Triadic Colors of #a8dffa

#a8dffa #faa8df #dffaa8

Analogous Colors of #a8dffa

#a8dffa #a8b6fa #a8faec

Monochromatic Colors of #a8dffa

#a8dffa

Complementary Color

#a8dffa #fac3a8

#a8dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dffa Color CSS Codes

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

#a8dffa Text Font Color

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

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


#a8dffa Background Color

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

This div background color is #a8dffa


#a8dffa Border Color

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

This div border color is #a8dffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,223,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 #a8dffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dffa

Related Colors


Comments

No comments written yet.

Please login to write comment.