Color Hex Logo

#a0cce7 Color Hex

#A0CCE7
(160,204,231)
0 Favorites   0 Comments

Color spaces of #a0cce7

RGB 160204231
HSL0.560.600.77
HSV203°31°91°
CMYK 0.310.120.00   0.09
XYZ50.513956.428883.8308
Yxy56.42880.26480.2958
Hunter Lab75.1191-11.4260-13.5826
CIE-Lab79.8572-8.1723-18.0354

#a0cce7 color RGB value is (160,204,231).

#a0cce7 hex color red value is 160, green value is 204 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #a0cce7 hue: 0.56 , saturation: 0.60 and the lightness value of a0cce7 is 0.77.

The process color (four color CMYK) of #a0cce7 color hex is 0.31, 0.12, 0.00, 0.09. Web safe color of #a0cce7 is #99ccff. Color #a0cce7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 11100111
Octal 240 314 347
Decimal 160 204 231
Hex A0 CC E7

RGB Percentages of Color #a0cce7

%26.89
%34.29
%38.82

CMYK Percentages of Color #a0cce7

%31
%12
%0
%9

Triadic Colors of #a0cce7

#a0cce7 #e7a0cc #cce7a0

Analogous Colors of #a0cce7

#a0cce7 #a0a9e7 #a0e7df

Monochromatic Colors of #a0cce7

#a0cce7

Complementary Color

#a0cce7 #e7bba0

#a0cce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cce7 Color CSS Codes

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

#a0cce7 Text Font Color

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

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


#a0cce7 Background Color

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

This div background color is #a0cce7


#a0cce7 Border Color

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

This div border color is #a0cce7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cce7


Comments

No comments written yet.

Please login to write comment.