Color Hex Logo

#a2cadb Color Hex

#A2CADB
(162,202,219)
0 Favorites   0 Comments

Color spaces of #a2cadb

RGB 162202219
HSL0.550.440.75
HSV198°26°86°
CMYK 0.260.080.00   0.14
XYZ48.807055.036975.0686
Yxy55.03690.27280.3076
Hunter Lab74.1869-12.3931-8.0639
CIE-Lab79.0625-9.3610-12.7826

#a2cadb color RGB value is (162,202,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001010 11011011
Octal 242 312 333
Decimal 162 202 219
Hex A2 CA DB

RGB Percentages of Color #a2cadb

%27.79
%34.65
%37.56

CMYK Percentages of Color #a2cadb

%26
%8
%0
%14

Triadic Colors of #a2cadb

#a2cadb #dba2ca #cadba2

Analogous Colors of #a2cadb

#a2cadb #a2aedb #a2dbd0

Monochromatic Colors of #a2cadb

#a2cadb

Complementary Color

#a2cadb #dbb3a2

#a2cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cadb Color CSS Codes

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

#a2cadb Text Font Color

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

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


#a2cadb Background Color

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

This div background color is #a2cadb


#a2cadb Border Color

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

This div border color is #a2cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cadb


Comments

No comments written yet.

Please login to write comment.