Color Hex Logo

#a0cccf Color Hex

#A0CCCF
(160,204,207)
0 Favorites   0 Comments

Color spaces of #a0cccf

RGB 160204207
HSL0.510.330.72
HSV184°23°81°
CMYK 0.230.010.00   0.19
XYZ47.352655.164367.1835
Yxy55.16430.27900.3251
Hunter Lab74.2727-16.1744-1.6400
CIE-Lab79.1358-13.6942-6.2399

#a0cccf color RGB value is (160,204,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 11001111
Octal 240 314 317
Decimal 160 204 207
Hex A0 CC CF

RGB Percentages of Color #a0cccf

%28.02
%35.73
%36.25

CMYK Percentages of Color #a0cccf

%23
%1
%0
%19

Triadic Colors of #a0cccf

#a0cccf #cfa0cc #cccfa0

Analogous Colors of #a0cccf

#a0cccf #a0b5cf #a0cfbb

Monochromatic Colors of #a0cccf

#a0cccf

Complementary Color

#a0cccf #cfa3a0

#a0cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cccf Color CSS Codes

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

#a0cccf Text Font Color

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

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


#a0cccf Background Color

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

This div background color is #a0cccf


#a0cccf Border Color

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

This div border color is #a0cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cccf


Comments

No comments written yet.

Please login to write comment.