Color Hex Logo

#a4edfa Color Hex

#A4EDFA
(164,237,250)
0 Favorites   0 Comments

Color spaces of #a4edfa

RGB 164237250
HSL0.530.900.81
HSV189°34°98°
CMYK 0.340.050.00   0.02
XYZ62.849375.3630101.6765
Yxy75.36300.26200.3142
Hunter Lab86.8119-22.6919-8.6738
CIE-Lab89.5628-19.4091-13.4818

#a4edfa color RGB value is (164,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101101 11111010
Octal 244 355 372
Decimal 164 237 250
Hex A4 ED FA

RGB Percentages of Color #a4edfa

%25.19
%36.41
%38.40

CMYK Percentages of Color #a4edfa

%34
%5
%0
%2

Triadic Colors of #a4edfa

#a4edfa #faa4ed #edfaa4

Analogous Colors of #a4edfa

#a4edfa #a4c2fa #a4fadc

Monochromatic Colors of #a4edfa

#a4edfa

Complementary Color

#a4edfa #fab1a4

#a4edfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4edfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4edfa Color CSS Codes

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

#a4edfa Text Font Color

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

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


#a4edfa Background Color

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

This div background color is #a4edfa


#a4edfa Border Color

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

This div border color is #a4edfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4edfa


Comments

No comments written yet.

Please login to write comment.