Color Hex Logo

#a2debc Color Hex

#A2DEBC
(162,222,188)
0 Favorites   0 Comments

Color spaces of #a2debc

RGB 162222188
HSL0.410.480.75
HSV146°27°87°
CMYK 0.270.000.15   0.13
XYZ50.098763.554857.2038
Yxy63.55480.29320.3720
Hunter Lab79.7213-27.338713.2615
CIE-Lab83.7334-25.992810.5735

#a2debc color RGB value is (162,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011110 10111100
Octal 242 336 274
Decimal 162 222 188
Hex A2 DE BC

RGB Percentages of Color #a2debc

%28.32
%38.81
%32.87

CMYK Percentages of Color #a2debc

%27
%0
%15
%13

Triadic Colors of #a2debc

#a2debc #bca2de #debca2

Analogous Colors of #a2debc

#a2debc #a2deda #a6dea2

Monochromatic Colors of #a2debc

#a2debc

Complementary Color

#a2debc #dea2c4

#a2debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2debc Color CSS Codes

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

#a2debc Text Font Color

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

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


#a2debc Background Color

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

This div background color is #a2debc


#a2debc Border Color

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

This div border color is #a2debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2debc


Comments

No comments written yet.

Please login to write comment.