Color Hex Logo

#a5ddac Color Hex

#A5DDAC
(165,221,172)
0 Favorites   0 Comments

Color spaces of #a5ddac

RGB 165221172
HSL0.350.450.76
HSV128°25°87°
CMYK 0.250.000.22   0.13
XYZ48.819962.690848.5572
Yxy62.69080.30500.3917
Hunter Lab79.1775-28.499719.0635
CIE-Lab83.2794-27.502018.3698

#a5ddac color RGB value is (165,221,172).

#a5ddac hex color red value is 165, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a5ddac hue: 0.35 , saturation: 0.45 and the lightness value of a5ddac is 0.76.

The process color (four color CMYK) of #a5ddac color hex is 0.25, 0.00, 0.22, 0.13. Web safe color of #a5ddac is #99cc99. Color #a5ddac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 10101100
Octal 245 335 254
Decimal 165 221 172
Hex A5 DD AC

RGB Percentages of Color #a5ddac

%29.57
%39.61
%30.82

CMYK Percentages of Color #a5ddac

%25
%0
%22
%13

Triadic Colors of #a5ddac

#a5ddac #aca5dd #ddaca5

Analogous Colors of #a5ddac

#a5ddac #a5ddc8 #badda5

Monochromatic Colors of #a5ddac

#a5ddac

Complementary Color

#a5ddac #dda5d6

#a5ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ddac Color CSS Codes

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

#a5ddac Text Font Color

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

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


#a5ddac Background Color

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

This div background color is #a5ddac


#a5ddac Border Color

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

This div border color is #a5ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ddac


Comments

No comments written yet.

Please login to write comment.