Color Hex Logo

#a5eaab Color Hex

#A5EAAB
(165,234,171)
0 Favorites   0 Comments

Color spaces of #a5eaab

RGB 165234171
HSL0.350.620.78
HSV125°29°92°
CMYK 0.290.000.27   0.08
XYZ52.290669.785249.2420
Yxy69.78520.30520.4073
Hunter Lab83.5375-34.458023.5272
CIE-Lab86.8914-33.798323.8824

#a5eaab color RGB value is (165,234,171).

#a5eaab hex color red value is 165, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a5eaab hue: 0.35 , saturation: 0.62 and the lightness value of a5eaab is 0.78.

The process color (four color CMYK) of #a5eaab color hex is 0.29, 0.00, 0.27, 0.08. Web safe color of #a5eaab is #99ff99. Color #a5eaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101010 10101011
Octal 245 352 253
Decimal 165 234 171
Hex A5 EA AB

RGB Percentages of Color #a5eaab

%28.95
%41.05
%30.00

CMYK Percentages of Color #a5eaab

%29
%0
%27
%8

Triadic Colors of #a5eaab

#a5eaab #aba5ea #eaaba5

Analogous Colors of #a5eaab

#a5eaab #a5eace #c2eaa5

Monochromatic Colors of #a5eaab

#a5eaab

Complementary Color

#a5eaab #eaa5e4

#a5eaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5eaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5eaab Color CSS Codes

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

#a5eaab Text Font Color

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

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


#a5eaab Background Color

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

This div background color is #a5eaab


#a5eaab Border Color

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

This div border color is #a5eaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5eaab


Comments

No comments written yet.

Please login to write comment.