Color Hex Logo

#a4eafa Color Hex

#A4EAFA
(164,234,250)
0 Favorites   0 Comments

Color spaces of #a4eafa

RGB 164234250
HSL0.530.900.81
HSV191°34°98°
CMYK 0.340.060.00   0.02
XYZ61.988073.6403101.3894
Yxy73.64030.26150.3107
Hunter Lab85.8139-21.2343-9.9816
CIE-Lab88.7522-17.9143-14.6951

#a4eafa color RGB value is (164,234,250).

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

The process color (four color CMYK) of #a4eafa color hex is 0.34, 0.06, 0.00, 0.02. Web safe color of #a4eafa is #99ffff. Color #a4eafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101010 11111010
Octal 244 352 372
Decimal 164 234 250
Hex A4 EA FA

RGB Percentages of Color #a4eafa

%25.31
%36.11
%38.58

CMYK Percentages of Color #a4eafa

%34
%6
%0
%2

Triadic Colors of #a4eafa

#a4eafa #faa4ea #eafaa4

Analogous Colors of #a4eafa

#a4eafa #a4bffa #a4fadf

Monochromatic Colors of #a4eafa

#a4eafa

Complementary Color

#a4eafa #fab4a4

#a4eafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eafa Color CSS Codes

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

#a4eafa Text Font Color

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

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


#a4eafa Background Color

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

This div background color is #a4eafa


#a4eafa Border Color

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

This div border color is #a4eafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eafa


Comments

No comments written yet.

Please login to write comment.