Color Hex Logo

#a2deba Color Hex

#A2DEBA
(162,222,186)
0 Favorites   0 Comments

Color spaces of #a2deba

RGB 162222186
HSL0.400.480.75
HSV144°27°87°
CMYK 0.270.000.16   0.13
XYZ49.884563.469156.0759
Yxy63.46910.29440.3746
Hunter Lab79.6675-27.648814.0345
CIE-Lab83.6886-26.375911.5639

#a2deba color RGB value is (162,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011110 10111010
Octal 242 336 272
Decimal 162 222 186
Hex A2 DE BA

RGB Percentages of Color #a2deba

%28.42
%38.95
%32.63

CMYK Percentages of Color #a2deba

%27
%0
%16
%13

Triadic Colors of #a2deba

#a2deba #baa2de #debaa2

Analogous Colors of #a2deba

#a2deba #a2ded8 #a8dea2

Monochromatic Colors of #a2deba

#a2deba

Complementary Color

#a2deba #dea2c6

#a2deba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2deba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2deba Color CSS Codes

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

#a2deba Text Font Color

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

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


#a2deba Background Color

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

This div background color is #a2deba


#a2deba Border Color

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

This div border color is #a2deba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2deba


Comments

No comments written yet.

Please login to write comment.