Color Hex Logo

#a2bdca Color Hex

#A2BDCA
(162,189,202)
0 Favorites   0 Comments

Color spaces of #a2bdca

RGB 162189202
HSL0.550.270.71
HSV200°20°79°
CMYK 0.200.060.00   0.21
XYZ43.758648.340862.9015
Yxy48.34080.28230.3119
Hunter Lab69.5275-9.3305-4.9703
CIE-Lab75.0394-6.3302-9.6056

#a2bdca color RGB value is (162,189,202).

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

The process color (four color CMYK) of #a2bdca color hex is 0.20, 0.06, 0.00, 0.21. Web safe color of #a2bdca is #99cccc. Color #a2bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111101 11001010
Octal 242 275 312
Decimal 162 189 202
Hex A2 BD CA

RGB Percentages of Color #a2bdca

%29.29
%34.18
%36.53

CMYK Percentages of Color #a2bdca

%20
%6
%0
%21

Triadic Colors of #a2bdca

#a2bdca #caa2bd #bdcaa2

Analogous Colors of #a2bdca

#a2bdca #a2a9ca #a2cac3

Monochromatic Colors of #a2bdca

#a2bdca

Complementary Color

#a2bdca #caafa2

#a2bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bdca Color CSS Codes

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

#a2bdca Text Font Color

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

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


#a2bdca Background Color

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

This div background color is #a2bdca


#a2bdca Border Color

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

This div border color is #a2bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bdca


Comments

No comments written yet.

Please login to write comment.