Color Hex Logo

#a2b8cc Color Hex

#A2B8CC
(162,184,204)
0 Favorites   0 Comments

Color spaces of #a2b8cc

RGB 162184204
HSL0.580.290.72
HSV209°21°80°
CMYK 0.210.100.00   0.20
XYZ42.939946.322063.8046
Yxy46.32200.28050.3026
Hunter Lab68.0603-6.4880-7.9405
CIE-Lab73.7540-3.2127-12.6152

#a2b8cc color RGB value is (162,184,204).

#a2b8cc hex color red value is 162, green value is 184 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a2b8cc hue: 0.58 , saturation: 0.29 and the lightness value of a2b8cc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111000 11001100
Octal 242 270 314
Decimal 162 184 204
Hex A2 B8 CC

RGB Percentages of Color #a2b8cc

%29.45
%33.45
%37.09

CMYK Percentages of Color #a2b8cc

%21
%10
%0
%20

Triadic Colors of #a2b8cc

#a2b8cc #cca2b8 #b8cca2

Analogous Colors of #a2b8cc

#a2b8cc #a2a3cc #a2cccb

Monochromatic Colors of #a2b8cc

#a2b8cc

Complementary Color

#a2b8cc #ccb6a2

#a2b8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2b8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2b8cc Color CSS Codes

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

#a2b8cc Text Font Color

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

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


#a2b8cc Background Color

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

This div background color is #a2b8cc


#a2b8cc Border Color

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

This div border color is #a2b8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2b8cc


Comments

No comments written yet.

Please login to write comment.