Color Hex Logo

#a1daae Color Hex

#A1DAAE
(161,218,174)
0 Favorites   0 Comments

Color spaces of #a1daae

RGB 161218174
HSL0.370.440.74
HSV134°26°85°
CMYK 0.260.000.20   0.15
XYZ47.409360.775949.2766
Yxy60.77590.30110.3860
Hunter Lab77.9589-27.876517.0949
CIE-Lab82.2581-26.994315.8581

#a1daae color RGB value is (161,218,174).

#a1daae hex color red value is 161, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a1daae hue: 0.37 , saturation: 0.44 and the lightness value of a1daae is 0.74.

The process color (four color CMYK) of #a1daae color hex is 0.26, 0.00, 0.20, 0.15. Web safe color of #a1daae is #99cc99. Color #a1daae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011010 10101110
Octal 241 332 256
Decimal 161 218 174
Hex A1 DA AE

RGB Percentages of Color #a1daae

%29.11
%39.42
%31.46

CMYK Percentages of Color #a1daae

%26
%0
%20
%15

Triadic Colors of #a1daae

#a1daae #aea1da #daaea1

Analogous Colors of #a1daae

#a1daae #a1dacb #b1daa1

Monochromatic Colors of #a1daae

#a1daae

Complementary Color

#a1daae #daa1cd

#a1daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1daae Color CSS Codes

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

#a1daae Text Font Color

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

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


#a1daae Background Color

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

This div background color is #a1daae


#a1daae Border Color

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

This div border color is #a1daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1daae


Comments

No comments written yet.

Please login to write comment.