Color Hex Logo

#a7dafd Color Hex

#A7DAFD
(167,218,253)
0 Favorites   0 Comments

Color spaces of #a7dafd

RGB 167218253
HSL0.570.960.82
HSV204°34°99°
CMYK 0.340.140.00   0.01
XYZ58.737465.4501102.4659
Yxy65.45010.25920.2888
Hunter Lab80.9012-11.9793-18.4632
CIE-Lab84.7151-8.2289-22.3443

#a7dafd color RGB value is (167,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011010 11111101
Octal 247 332 375
Decimal 167 218 253
Hex A7 DA FD

RGB Percentages of Color #a7dafd

%26.18
%34.17
%39.66

CMYK Percentages of Color #a7dafd

%34
%14
%0
%1

Triadic Colors of #a7dafd

#a7dafd #fda7da #dafda7

Analogous Colors of #a7dafd

#a7dafd #a7affd #a7fdf5

Monochromatic Colors of #a7dafd

#a7dafd

Complementary Color

#a7dafd #fdcaa7

#a7dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dafd Color CSS Codes

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

#a7dafd Text Font Color

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

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


#a7dafd Background Color

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

This div background color is #a7dafd


#a7dafd Border Color

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

This div border color is #a7dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dafd


Comments

No comments written yet.

Please login to write comment.