Color Hex Logo

#a0ccce Color Hex

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

Color spaces of #a0ccce

RGB 160204206
HSL0.510.320.72
HSV183°22°81°
CMYK 0.220.010.00   0.19
XYZ47.230655.115566.5416
Yxy55.11550.27970.3263
Hunter Lab74.2398-16.3598-1.1741
CIE-Lab79.1077-13.9139-5.7443

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

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

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

Base Numbers

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

RGB Percentages of Color #a0ccce

%28.07
%35.79
%36.14

CMYK Percentages of Color #a0ccce

%22
%1
%0
%19

Triadic Colors of #a0ccce

#a0ccce #cea0cc #cccea0

Analogous Colors of #a0ccce

#a0ccce #a0b5ce #a0ceb9

Monochromatic Colors of #a0ccce

#a0ccce

Complementary Color

#a0ccce #cea2a0

#a0ccce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ccce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ccce Color CSS Codes

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

#a0ccce Text Font Color

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

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


#a0ccce Background Color

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

This div background color is #a0ccce


#a0ccce Border Color

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

This div border color is #a0ccce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ccce


Comments

No comments written yet.

Please login to write comment.