Color Hex Logo

#a0ccec Color Hex

#A0CCEC
(160,204,236)
0 Favorites   0 Comments

Color spaces of #a0ccec

RGB 160204236
HSL0.570.670.78
HSV205°32°93°
CMYK 0.320.140.00   0.07
XYZ51.230456.715487.6039
Yxy56.71540.26200.2900
Hunter Lab75.3096-10.3648-16.2523
CIE-Lab80.0193-6.9648-20.4659

#a0ccec color RGB value is (160,204,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 11101100
Octal 240 314 354
Decimal 160 204 236
Hex A0 CC EC

RGB Percentages of Color #a0ccec

%26.67
%34.00
%39.33

CMYK Percentages of Color #a0ccec

%32
%14
%0
%7

Triadic Colors of #a0ccec

#a0ccec #eca0cc #cceca0

Analogous Colors of #a0ccec

#a0ccec #a0a6ec #a0ece6

Monochromatic Colors of #a0ccec

#a0ccec

Complementary Color

#a0ccec #ecc0a0

#a0ccec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ccec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ccec Color CSS Codes

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

#a0ccec Text Font Color

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

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


#a0ccec Background Color

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

This div background color is #a0ccec


#a0ccec Border Color

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

This div border color is #a0ccec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,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 #a0ccec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ccec


Comments

No comments written yet.

Please login to write comment.