Color Hex Logo

#a2dedb Color Hex

#A2DEDB
(162,222,219)
0 Favorites   0 Comments

Color spaces of #a2dedb

RGB 162222219
HSL0.490.480.75
HSV177°27°87°
CMYK 0.270.000.01   0.13
XYZ53.807865.038476.7355
Yxy65.03840.27510.3325
Hunter Lab80.6464-22.03480.0377
CIE-Lab84.5035-19.5809-4.6998

#a2dedb color RGB value is (162,222,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011110 11011011
Octal 242 336 333
Decimal 162 222 219
Hex A2 DE DB

RGB Percentages of Color #a2dedb

%26.87
%36.82
%36.32

CMYK Percentages of Color #a2dedb

%27
%0
%1
%13

Triadic Colors of #a2dedb

#a2dedb #dba2de #dedba2

Analogous Colors of #a2dedb

#a2dedb #a2c3de #a2debd

Monochromatic Colors of #a2dedb

#a2dedb

Complementary Color

#a2dedb #dea2a5

#a2dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dedb Color CSS Codes

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

#a2dedb Text Font Color

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

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


#a2dedb Background Color

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

This div background color is #a2dedb


#a2dedb Border Color

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

This div border color is #a2dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dedb


Comments

No comments written yet.

Please login to write comment.