Color Hex Logo

#a2dcdb Color Hex

#A2DCDB
(162,220,219)
0 Favorites   0 Comments

Color spaces of #a2dcdb

RGB 162220219
HSL0.500.450.75
HSV179°26°86°
CMYK 0.260.000.00   0.14
XYZ53.279763.982376.5595
Yxy63.98230.27490.3301
Hunter Lab79.9889-21.0839-0.7558
CIE-Lab83.9566-18.5810-5.5067

#a2dcdb color RGB value is (162,220,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011100 11011011
Octal 242 334 333
Decimal 162 220 219
Hex A2 DC DB

RGB Percentages of Color #a2dcdb

%26.96
%36.61
%36.44

CMYK Percentages of Color #a2dcdb

%26
%0
%0
%14

Triadic Colors of #a2dcdb

#a2dcdb #dba2dc #dcdba2

Analogous Colors of #a2dcdb

#a2dcdb #a2c0dc #a2dcbe

Monochromatic Colors of #a2dcdb

#a2dcdb

Complementary Color

#a2dcdb #dca2a3

#a2dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dcdb Color CSS Codes

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

#a2dcdb Text Font Color

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

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


#a2dcdb Background Color

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

This div background color is #a2dcdb


#a2dcdb Border Color

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

This div border color is #a2dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dcdb


Comments

No comments written yet.

Please login to write comment.