Color Hex Logo

#a2ccec Color Hex

#A2CCEC
(162,204,236)
0 Favorites   0 Comments

Color spaces of #a2ccec

RGB 162204236
HSL0.570.660.78
HSV206°31°93°
CMYK 0.310.140.00   0.07
XYZ51.633556.923287.6228
Yxy56.92320.26320.2902
Hunter Lab75.4475-9.8742-16.0447
CIE-Lab80.1364-6.4052-20.2773

#a2ccec color RGB value is (162,204,236).

#a2ccec hex color red value is 162, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a2ccec hue: 0.57 , saturation: 0.66 and the lightness value of a2ccec is 0.78.

The process color (four color CMYK) of #a2ccec color hex is 0.31, 0.14, 0.00, 0.07. Web safe color of #a2ccec is #99ccff. Color #a2ccec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001100 11101100
Octal 242 314 354
Decimal 162 204 236
Hex A2 CC EC

RGB Percentages of Color #a2ccec

%26.91
%33.89
%39.20

CMYK Percentages of Color #a2ccec

%31
%14
%0
%7

Triadic Colors of #a2ccec

#a2ccec #eca2cc #cceca2

Analogous Colors of #a2ccec

#a2ccec #a2a7ec #a2ece7

Monochromatic Colors of #a2ccec

#a2ccec

Complementary Color

#a2ccec #ecc2a2

#a2ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ccec Color CSS Codes

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

#a2ccec Text Font Color

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

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


#a2ccec Background Color

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

This div background color is #a2ccec


#a2ccec Border Color

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

This div border color is #a2ccec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ccec


Comments

No comments written yet.

Please login to write comment.