Color Hex Logo

#a5ddab Color Hex

#A5DDAB
(165,221,171)
0 Favorites   0 Comments

Color spaces of #a5ddab

RGB 165221171
HSL0.350.450.76
HSV126°25°87°
CMYK 0.250.000.23   0.13
XYZ48.724262.652548.0532
Yxy62.65250.30560.3930
Hunter Lab79.1533-28.639619.4130
CIE-Lab83.2592-27.676718.8655

#a5ddab color RGB value is (165,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 10101011
Octal 245 335 253
Decimal 165 221 171
Hex A5 DD AB

RGB Percentages of Color #a5ddab

%29.62
%39.68
%30.70

CMYK Percentages of Color #a5ddab

%25
%0
%23
%13

Triadic Colors of #a5ddab

#a5ddab #aba5dd #ddaba5

Analogous Colors of #a5ddab

#a5ddab #a5ddc7 #bbdda5

Monochromatic Colors of #a5ddab

#a5ddab

Complementary Color

#a5ddab #dda5d7

#a5ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ddab Color CSS Codes

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

#a5ddab Text Font Color

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

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


#a5ddab Background Color

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

This div background color is #a5ddab


#a5ddab Border Color

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

This div border color is #a5ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ddab


Comments

No comments written yet.

Please login to write comment.