Color Hex Logo

#a1ddaf Color Hex

#A1DDAF
(161,221,175)
0 Favorites   0 Comments

Color spaces of #a1ddaf

RGB 161221175
HSL0.370.470.75
HSV134°27°87°
CMYK 0.270.000.21   0.13
XYZ48.292362.385150.0537
Yxy62.38510.30050.3881
Hunter Lab78.9842-29.084517.7159
CIE-Lab83.1178-28.253016.5373

#a1ddaf color RGB value is (161,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011101 10101111
Octal 241 335 257
Decimal 161 221 175
Hex A1 DD AF

RGB Percentages of Color #a1ddaf

%28.90
%39.68
%31.42

CMYK Percentages of Color #a1ddaf

%27
%0
%21
%13

Triadic Colors of #a1ddaf

#a1ddaf #afa1dd #ddafa1

Analogous Colors of #a1ddaf

#a1ddaf #a1ddcd #b1dda1

Monochromatic Colors of #a1ddaf

#a1ddaf

Complementary Color

#a1ddaf #dda1cf

#a1ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1ddaf Color CSS Codes

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

#a1ddaf Text Font Color

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

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


#a1ddaf Background Color

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

This div background color is #a1ddaf


#a1ddaf Border Color

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

This div border color is #a1ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1ddaf


Comments

No comments written yet.

Please login to write comment.