Color Hex Logo

#a5eacd Color Hex

#A5EACD
(165,234,205)
0 Favorites   0 Comments

Color spaces of #a5eacd

RGB 165234205
HSL0.430.620.78
HSV155°29°92°
CMYK 0.290.000.12   0.08
XYZ55.959371.252768.5614
Yxy71.25270.28580.3640
Hunter Lab84.4113-29.385710.9308
CIE-Lab87.6076-27.51977.2106

#a5eacd color RGB value is (165,234,205).

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

The process color (four color CMYK) of #a5eacd color hex is 0.29, 0.00, 0.12, 0.08. Web safe color of #a5eacd is #99ffcc. Color #a5eacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11101010 11001101
Octal 245 352 315
Decimal 165 234 205
Hex A5 EA CD

RGB Percentages of Color #a5eacd

%27.32
%38.74
%33.94

CMYK Percentages of Color #a5eacd

%29
%0
%12
%8

Triadic Colors of #a5eacd

#a5eacd #cda5ea #eacda5

Analogous Colors of #a5eacd

#a5eacd #a5e5ea #a5eaab

Monochromatic Colors of #a5eacd

#a5eacd

Complementary Color

#a5eacd #eaa5c2

#a5eacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5eacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5eacd Color CSS Codes

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

#a5eacd Text Font Color

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

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


#a5eacd Background Color

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

This div background color is #a5eacd


#a5eacd Border Color

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

This div border color is #a5eacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5eacd


Comments

No comments written yet.

Please login to write comment.