Color Hex Logo

#a4eadc Color Hex

#A4EADC
(164,234,220)
0 Favorites   0 Comments

Color spaces of #a4eadc

RGB 164234220
HSL0.470.630.78
HSV168°30°92°
CMYK 0.300.000.06   0.08
XYZ57.650971.905578.5508
Yxy71.90550.27700.3455
Hunter Lab84.7971-27.03844.4354
CIE-Lab87.9231-24.6986-0.1966

#a4eadc color RGB value is (164,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101010 11011100
Octal 244 352 334
Decimal 164 234 220
Hex A4 EA DC

RGB Percentages of Color #a4eadc

%26.54
%37.86
%35.60

CMYK Percentages of Color #a4eadc

%30
%0
%6
%8

Triadic Colors of #a4eadc

#a4eadc #dca4ea #eadca4

Analogous Colors of #a4eadc

#a4eadc #a4d5ea #a4eab9

Monochromatic Colors of #a4eadc

#a4eadc

Complementary Color

#a4eadc #eaa4b2

#a4eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4eadc Color CSS Codes

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

#a4eadc Text Font Color

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

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


#a4eadc Background Color

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

This div background color is #a4eadc


#a4eadc Border Color

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

This div border color is #a4eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4eadc


Comments

No comments written yet.

Please login to write comment.