Color Hex Logo

#a0cecc Color Hex

#A0CECC
(160,206,204)
0 Favorites   0 Comments

Color spaces of #a0cecc

RGB 160206204
HSL0.490.320.72
HSV177°22°81°
CMYK 0.220.000.01   0.19
XYZ47.467655.975865.4293
Yxy55.97580.28110.3315
Hunter Lab74.8170-17.68050.5213
CIE-Lab79.6000-15.3746-3.9445

#a0cecc color RGB value is (160,206,204).

#a0cecc hex color red value is 160, green value is 206 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a0cecc hue: 0.49 , saturation: 0.32 and the lightness value of a0cecc is 0.72.

The process color (four color CMYK) of #a0cecc color hex is 0.22, 0.00, 0.01, 0.19. Web safe color of #a0cecc is #99cccc. Color #a0cecc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001110 11001100
Octal 240 316 314
Decimal 160 206 204
Hex A0 CE CC

RGB Percentages of Color #a0cecc

%28.07
%36.14
%35.79

CMYK Percentages of Color #a0cecc

%22
%0
%1
%19

Triadic Colors of #a0cecc

#a0cecc #cca0ce #cecca0

Analogous Colors of #a0cecc

#a0cecc #a0b9ce #a0ceb5

Monochromatic Colors of #a0cecc

#a0cecc

Complementary Color

#a0cecc #cea0a2

#a0cecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cecc Color CSS Codes

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

#a0cecc Text Font Color

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

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


#a0cecc Background Color

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

This div background color is #a0cecc


#a0cecc Border Color

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

This div border color is #a0cecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cecc


Comments

No comments written yet.

Please login to write comment.