Color Hex Logo

#a2dcea Color Hex

#A2DCEA
(162,220,234)
0 Favorites   0 Comments

Color spaces of #a2dcea

RGB 162220234
HSL0.530.630.78
HSV192°31°92°
CMYK 0.310.060.00   0.08
XYZ55.344864.808387.4342
Yxy64.80830.26660.3122
Hunter Lab80.5036-18.1657-8.0418
CIE-Lab84.3849-15.1680-12.8188

#a2dcea color RGB value is (162,220,234).

#a2dcea hex color red value is 162, green value is 220 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a2dcea hue: 0.53 , saturation: 0.63 and the lightness value of a2dcea is 0.78.

The process color (four color CMYK) of #a2dcea color hex is 0.31, 0.06, 0.00, 0.08. Web safe color of #a2dcea is #99ccff. Color #a2dcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11011100 11101010
Octal 242 334 352
Decimal 162 220 234
Hex A2 DC EA

RGB Percentages of Color #a2dcea

%26.30
%35.71
%37.99

CMYK Percentages of Color #a2dcea

%31
%6
%0
%8

Triadic Colors of #a2dcea

#a2dcea #eaa2dc #dceaa2

Analogous Colors of #a2dcea

#a2dcea #a2b8ea #a2ead4

Monochromatic Colors of #a2dcea

#a2dcea

Complementary Color

#a2dcea #eab0a2

#a2dcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2dcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2dcea Color CSS Codes

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

#a2dcea Text Font Color

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

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


#a2dcea Background Color

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

This div background color is #a2dcea


#a2dcea Border Color

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

This div border color is #a2dcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2dcea


Comments

No comments written yet.

Please login to write comment.