Color Hex Logo

#a4ebad Color Hex

#A4EBAD
(164,235,173)
0 Favorites   0 Comments

Color spaces of #a4ebad

RGB 164235173
HSL0.350.640.78
HSV128°30°92°
CMYK 0.300.000.26   0.08
XYZ52.561070.326350.3392
Yxy70.32630.30340.4060
Hunter Lab83.8608-34.878823.1125
CIE-Lab87.1567-34.236623.2079

#a4ebad color RGB value is (164,235,173).

#a4ebad hex color red value is 164, green value is 235 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a4ebad hue: 0.35 , saturation: 0.64 and the lightness value of a4ebad is 0.78.

The process color (four color CMYK) of #a4ebad color hex is 0.30, 0.00, 0.26, 0.08. Web safe color of #a4ebad is #99ff99. Color #a4ebad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11101011 10101101
Octal 244 353 255
Decimal 164 235 173
Hex A4 EB AD

RGB Percentages of Color #a4ebad

%28.67
%41.08
%30.24

CMYK Percentages of Color #a4ebad

%30
%0
%26
%8

Triadic Colors of #a4ebad

#a4ebad #ada4eb #ebada4

Analogous Colors of #a4ebad

#a4ebad #a4ebd1 #bfeba4

Monochromatic Colors of #a4ebad

#a4ebad

Complementary Color

#a4ebad #eba4e2

#a4ebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ebad Color CSS Codes

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

#a4ebad Text Font Color

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

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


#a4ebad Background Color

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

This div background color is #a4ebad


#a4ebad Border Color

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

This div border color is #a4ebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ebad


Comments

No comments written yet.

Please login to write comment.