Color Hex Logo

#a2ccdb Color Hex

#A2CCDB
(162,204,219)
0 Favorites   0 Comments

Color spaces of #a2ccdb

RGB 162204219
HSL0.540.440.75
HSV196°26°86°
CMYK 0.260.070.00   0.14
XYZ49.279355.981675.2261
Yxy55.98160.27300.3102
Hunter Lab74.8209-13.3709-7.2365
CIE-Lab79.6033-10.4048-11.9737

#a2ccdb color RGB value is (162,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001100 11011011
Octal 242 314 333
Decimal 162 204 219
Hex A2 CC DB

RGB Percentages of Color #a2ccdb

%27.69
%34.87
%37.44

CMYK Percentages of Color #a2ccdb

%26
%7
%0
%14

Triadic Colors of #a2ccdb

#a2ccdb #dba2cc #ccdba2

Analogous Colors of #a2ccdb

#a2ccdb #a2b0db #a2dbce

Monochromatic Colors of #a2ccdb

#a2ccdb

Complementary Color

#a2ccdb #dbb1a2

#a2ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ccdb Color CSS Codes

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

#a2ccdb Text Font Color

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

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


#a2ccdb Background Color

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

This div background color is #a2ccdb


#a2ccdb Border Color

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

This div border color is #a2ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ccdb


Comments

No comments written yet.

Please login to write comment.