Color Hex Logo

#a1dbae Color Hex

#A1DBAE
(161,219,174)
0 Favorites   0 Comments

Color spaces of #a1dbae

RGB 161219174
HSL0.370.450.75
HSV133°26°86°
CMYK 0.260.000.21   0.14
XYZ47.669461.296149.3633
Yxy61.29610.30110.3871
Hunter Lab78.2918-28.327717.4217
CIE-Lab82.5377-27.475416.2500

#a1dbae color RGB value is (161,219,174).

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

The process color (four color CMYK) of #a1dbae color hex is 0.26, 0.00, 0.21, 0.14. Web safe color of #a1dbae is #99cc99. Color #a1dbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011011 10101110
Octal 241 333 256
Decimal 161 219 174
Hex A1 DB AE

RGB Percentages of Color #a1dbae

%29.06
%39.53
%31.41

CMYK Percentages of Color #a1dbae

%26
%0
%21
%14

Triadic Colors of #a1dbae

#a1dbae #aea1db #dbaea1

Analogous Colors of #a1dbae

#a1dbae #a1dbcb #b1dba1

Monochromatic Colors of #a1dbae

#a1dbae

Complementary Color

#a1dbae #dba1ce

#a1dbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1dbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1dbae Color CSS Codes

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

#a1dbae Text Font Color

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

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


#a1dbae Background Color

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

This div background color is #a1dbae


#a1dbae Border Color

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

This div border color is #a1dbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1dbae


Comments

No comments written yet.

Please login to write comment.