Color Hex Logo

#a2ebae Color Hex

#A2EBAE
(162,235,174)
0 Favorites   0 Comments

Color spaces of #a2ebae

RGB 162235174
HSL0.360.650.78
HSV130°31°92°
CMYK 0.310.000.26   0.08
XYZ52.248670.154050.8317
Yxy70.15400.30160.4050
Hunter Lab83.7580-35.227422.6482
CIE-Lab87.0723-34.687922.5598

#a2ebae color RGB value is (162,235,174).

#a2ebae hex color red value is 162, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a2ebae hue: 0.36 , saturation: 0.65 and the lightness value of a2ebae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11101011 10101110
Octal 242 353 256
Decimal 162 235 174
Hex A2 EB AE

RGB Percentages of Color #a2ebae

%28.37
%41.16
%30.47

CMYK Percentages of Color #a2ebae

%31
%0
%26
%8

Triadic Colors of #a2ebae

#a2ebae #aea2eb #ebaea2

Analogous Colors of #a2ebae

#a2ebae #a2ebd3 #bbeba2

Monochromatic Colors of #a2ebae

#a2ebae

Complementary Color

#a2ebae #eba2df

#a2ebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ebae Color CSS Codes

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

#a2ebae Text Font Color

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

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


#a2ebae Background Color

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

This div background color is #a2ebae


#a2ebae Border Color

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

This div border color is #a2ebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ebae

#a2ebae Color Palettes


Comments

No comments written yet.

Please login to write comment.