Color Hex Logo

#a2b7dd Color Hex

#A2B7DD
(162,183,221)
0 Favorites   0 Comments

Color spaces of #a2b7dd

RGB 162183221
HSL0.610.460.75
HSV219°27°87°
CMYK 0.270.170.00   0.13
XYZ44.884946.768875.0682
Yxy46.76880.26920.2805
Hunter Lab68.3877-2.5236-17.2104
CIE-Lab74.04161.2548-21.4390

#a2b7dd color RGB value is (162,183,221).

#a2b7dd hex color red value is 162, green value is 183 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a2b7dd hue: 0.61 , saturation: 0.46 and the lightness value of a2b7dd is 0.75.

The process color (four color CMYK) of #a2b7dd color hex is 0.27, 0.17, 0.00, 0.13. Web safe color of #a2b7dd is #99cccc. Color #a2b7dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10110111 11011101
Octal 242 267 335
Decimal 162 183 221
Hex A2 B7 DD

RGB Percentages of Color #a2b7dd

%28.62
%32.33
%39.05

CMYK Percentages of Color #a2b7dd

%27
%17
%0
%13

Triadic Colors of #a2b7dd

#a2b7dd #dda2b7 #b7dda2

Analogous Colors of #a2b7dd

#a2b7dd #aba2dd #a2d5dd

Monochromatic Colors of #a2b7dd

#a2b7dd

Complementary Color

#a2b7dd #ddc8a2

#a2b7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b7dd Color CSS Codes

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

#a2b7dd Text Font Color

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

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


#a2b7dd Background Color

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

This div background color is #a2b7dd


#a2b7dd Border Color

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

This div border color is #a2b7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b7dd


Comments

No comments written yet.

Please login to write comment.