Color Hex Logo

#a1deba Color Hex

#A1DEBA
(161,222,186)
0 Favorites   0 Comments

Color spaces of #a1deba

RGB 161222186
HSL0.400.480.75
HSV145°27°87°
CMYK 0.270.000.16   0.13
XYZ49.682163.364856.0665
Yxy63.36480.29380.3747
Hunter Lab79.6020-27.896113.9614
CIE-Lab83.6339-26.686611.4786

#a1deba color RGB value is (161,222,186).

#a1deba hex color red value is 161, green value is 222 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a1deba hue: 0.40 , saturation: 0.48 and the lightness value of a1deba is 0.75.

The process color (four color CMYK) of #a1deba color hex is 0.27, 0.00, 0.16, 0.13. Web safe color of #a1deba is #99cccc. Color #a1deba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11011110 10111010
Octal 241 336 272
Decimal 161 222 186
Hex A1 DE BA

RGB Percentages of Color #a1deba

%28.30
%39.02
%32.69

CMYK Percentages of Color #a1deba

%27
%0
%16
%13

Triadic Colors of #a1deba

#a1deba #baa1de #debaa1

Analogous Colors of #a1deba

#a1deba #a1ded9 #a7dea1

Monochromatic Colors of #a1deba

#a1deba

Complementary Color

#a1deba #dea1c5

#a1deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1deba Color CSS Codes

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

#a1deba Text Font Color

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

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


#a1deba Background Color

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

This div background color is #a1deba


#a1deba Border Color

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

This div border color is #a1deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1deba


Comments

No comments written yet.

Please login to write comment.