Color Hex Logo

#a1ddab Color Hex

#A1DDAB
(161,221,171)
0 Favorites   0 Comments

Color spaces of #a1ddab

RGB 161221171
HSL0.360.470.75
HSV130°27°87°
CMYK 0.270.000.23   0.13
XYZ47.905162.230248.0149
Yxy62.23020.30290.3935
Hunter Lab78.8861-29.653219.1328
CIE-Lab83.0357-28.968318.5206

#a1ddab color RGB value is (161,221,171).

#a1ddab hex color red value is 161, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a1ddab hue: 0.36 , saturation: 0.47 and the lightness value of a1ddab is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011101 10101011
Octal 241 335 253
Decimal 161 221 171
Hex A1 DD AB

RGB Percentages of Color #a1ddab

%29.11
%39.96
%30.92

CMYK Percentages of Color #a1ddab

%27
%0
%23
%13

Triadic Colors of #a1ddab

#a1ddab #aba1dd #ddaba1

Analogous Colors of #a1ddab

#a1ddab #a1ddc9 #b5dda1

Monochromatic Colors of #a1ddab

#a1ddab

Complementary Color

#a1ddab #dda1d3

#a1ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ddab Color CSS Codes

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

#a1ddab Text Font Color

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

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


#a1ddab Background Color

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

This div background color is #a1ddab


#a1ddab Border Color

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

This div border color is #a1ddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ddab


Comments

No comments written yet.

Please login to write comment.