Color Hex Logo

#a8dafd Color Hex

#A8DAFD
(168,218,253)
0 Favorites   0 Comments

Color spaces of #a8dafd

RGB 168218253
HSL0.570.960.83
HSV205°34°99°
CMYK 0.340.140.00   0.01
XYZ58.949565.5595102.4758
Yxy65.55950.25970.2888
Hunter Lab80.9688-11.7382-18.3605
CIE-Lab84.7712-7.9587-22.2540

#a8dafd color RGB value is (168,218,253).

#a8dafd hex color red value is 168, green value is 218 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a8dafd hue: 0.57 , saturation: 0.96 and the lightness value of a8dafd is 0.83.

The process color (four color CMYK) of #a8dafd color hex is 0.34, 0.14, 0.00, 0.01. Web safe color of #a8dafd is #99ccff. Color #a8dafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011010 11111101
Octal 250 332 375
Decimal 168 218 253
Hex A8 DA FD

RGB Percentages of Color #a8dafd

%26.29
%34.12
%39.59

CMYK Percentages of Color #a8dafd

%34
%14
%0
%1

Triadic Colors of #a8dafd

#a8dafd #fda8da #dafda8

Analogous Colors of #a8dafd

#a8dafd #a8b0fd #a8fdf6

Monochromatic Colors of #a8dafd

#a8dafd

Complementary Color

#a8dafd #fdcba8

#a8dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dafd Color CSS Codes

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

#a8dafd Text Font Color

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

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


#a8dafd Background Color

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

This div background color is #a8dafd


#a8dafd Border Color

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

This div border color is #a8dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dafd

Related Colors


Comments

No comments written yet.

Please login to write comment.