Color Hex Logo

#a5ecae Color Hex

#A5ECAE
(165,236,174)
0 Favorites   0 Comments

Color spaces of #a5ecae

RGB 165236174
HSL0.350.650.79
HSV128°30°93°
CMYK 0.300.000.26   0.07
XYZ53.152571.046250.9563
Yxy71.04620.30350.4056
Hunter Lab84.2889-34.943723.1589
CIE-Lab87.5074-34.214923.1834

#a5ecae color RGB value is (165,236,174).

#a5ecae hex color red value is 165, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a5ecae hue: 0.35 , saturation: 0.65 and the lightness value of a5ecae is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101100 10101110
Octal 245 354 256
Decimal 165 236 174
Hex A5 EC AE

RGB Percentages of Color #a5ecae

%28.70
%41.04
%30.26

CMYK Percentages of Color #a5ecae

%30
%0
%26
%7

Triadic Colors of #a5ecae

#a5ecae #aea5ec #ecaea5

Analogous Colors of #a5ecae

#a5ecae #a5ecd2 #c0eca5

Monochromatic Colors of #a5ecae

#a5ecae

Complementary Color

#a5ecae #eca5e3

#a5ecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ecae Color CSS Codes

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

#a5ecae Text Font Color

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

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


#a5ecae Background Color

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

This div background color is #a5ecae


#a5ecae Border Color

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

This div border color is #a5ecae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,236,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 #a5ecae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ecae


Comments

No comments written yet.

Please login to write comment.