Color Hex Logo

#a2bcdc Color Hex

#A2BCDC
(162,188,220)
0 Favorites   0 Comments

Color spaces of #a2bcdc

RGB 162188220
HSL0.590.450.75
HSV213°26°86°
CMYK 0.260.150.00   0.14
XYZ45.801848.815174.7184
Yxy48.81510.27050.2883
Hunter Lab69.8678-5.2531-14.4988
CIE-Lab75.3362-1.6915-18.9322

#a2bcdc color RGB value is (162,188,220).

#a2bcdc hex color red value is 162, green value is 188 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a2bcdc hue: 0.59 , saturation: 0.45 and the lightness value of a2bcdc is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111100 11011100
Octal 242 274 334
Decimal 162 188 220
Hex A2 BC DC

RGB Percentages of Color #a2bcdc

%28.42
%32.98
%38.60

CMYK Percentages of Color #a2bcdc

%26
%15
%0
%14

Triadic Colors of #a2bcdc

#a2bcdc #dca2bc #bcdca2

Analogous Colors of #a2bcdc

#a2bcdc #a5a2dc #a2d9dc

Monochromatic Colors of #a2bcdc

#a2bcdc

Complementary Color

#a2bcdc #dcc2a2

#a2bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bcdc Color CSS Codes

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

#a2bcdc Text Font Color

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

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


#a2bcdc Background Color

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

This div background color is #a2bcdc


#a2bcdc Border Color

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

This div border color is #a2bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bcdc


Comments

No comments written yet.

Please login to write comment.