Color Hex Logo

#a4eadf Color Hex

#A4EADF
(164,234,223)
0 Favorites   0 Comments

Color spaces of #a4eadf

RGB 164234223
HSL0.470.630.78
HSV171°30°92°
CMYK 0.300.000.05   0.08
XYZ58.051972.065980.6625
Yxy72.06590.27540.3419
Hunter Lab84.8916-26.49583.0879
CIE-Lab88.0003-24.0524-1.6566

#a4eadf color RGB value is (164,234,223).

#a4eadf hex color red value is 164, green value is 234 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a4eadf hue: 0.47 , saturation: 0.63 and the lightness value of a4eadf is 0.78.

The process color (four color CMYK) of #a4eadf color hex is 0.30, 0.00, 0.05, 0.08. Web safe color of #a4eadf is #99ffcc. Color #a4eadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101010 11011111
Octal 244 352 337
Decimal 164 234 223
Hex A4 EA DF

RGB Percentages of Color #a4eadf

%26.41
%37.68
%35.91

CMYK Percentages of Color #a4eadf

%30
%0
%5
%8

Triadic Colors of #a4eadf

#a4eadf #dfa4ea #eadfa4

Analogous Colors of #a4eadf

#a4eadf #a4d2ea #a4eabc

Monochromatic Colors of #a4eadf

#a4eadf

Complementary Color

#a4eadf #eaa4af

#a4eadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eadf Color CSS Codes

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

#a4eadf Text Font Color

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

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


#a4eadf Background Color

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

This div background color is #a4eadf


#a4eadf Border Color

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

This div border color is #a4eadf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,234,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eadf


Comments

No comments written yet.

Please login to write comment.