Color Hex Logo

#a4dafa Color Hex

#A4DAFA
(164,218,250)
0 Favorites   0 Comments

Color spaces of #a4dafa

RGB 164218250
HSL0.560.900.81
HSV202°34°98°
CMYK 0.340.130.00   0.02
XYZ57.636664.937499.9389
Yxy64.93740.25900.2918
Hunter Lab80.5837-13.3515-17.1221
CIE-Lab84.4515-9.7698-21.1743

#a4dafa color RGB value is (164,218,250).

#a4dafa hex color red value is 164, green value is 218 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a4dafa hue: 0.56 , saturation: 0.90 and the lightness value of a4dafa is 0.81.

The process color (four color CMYK) of #a4dafa color hex is 0.34, 0.13, 0.00, 0.02. Web safe color of #a4dafa is #99ccff. Color #a4dafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011010 11111010
Octal 244 332 372
Decimal 164 218 250
Hex A4 DA FA

RGB Percentages of Color #a4dafa

%25.95
%34.49
%39.56

CMYK Percentages of Color #a4dafa

%34
%13
%0
%2

Triadic Colors of #a4dafa

#a4dafa #faa4da #dafaa4

Analogous Colors of #a4dafa

#a4dafa #a4affa #a4faef

Monochromatic Colors of #a4dafa

#a4dafa

Complementary Color

#a4dafa #fac4a4

#a4dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dafa Color CSS Codes

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

#a4dafa Text Font Color

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

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


#a4dafa Background Color

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

This div background color is #a4dafa


#a4dafa Border Color

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

This div border color is #a4dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dafa

Related Colors


Comments

No comments written yet.

Please login to write comment.