Color Hex Logo

#a0ccdc Color Hex

#A0CCDC
(160,204,220)
0 Favorites   0 Comments

Color spaces of #a0ccdc

RGB 160204220
HSL0.540.460.75
HSV196°27°86°
CMYK 0.270.070.00   0.14
XYZ49.008355.826675.9027
Yxy55.82660.27120.3089
Hunter Lab74.7172-13.6739-7.9287
CIE-Lab79.5150-10.7618-12.6544

#a0ccdc color RGB value is (160,204,220).

#a0ccdc hex color red value is 160, green value is 204 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a0ccdc hue: 0.54 , saturation: 0.46 and the lightness value of a0ccdc is 0.75.

The process color (four color CMYK) of #a0ccdc color hex is 0.27, 0.07, 0.00, 0.14. Web safe color of #a0ccdc is #99cccc. Color #a0ccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001100 11011100
Octal 240 314 334
Decimal 160 204 220
Hex A0 CC DC

RGB Percentages of Color #a0ccdc

%27.40
%34.93
%37.67

CMYK Percentages of Color #a0ccdc

%27
%7
%0
%14

Triadic Colors of #a0ccdc

#a0ccdc #dca0cc #ccdca0

Analogous Colors of #a0ccdc

#a0ccdc #a0aedc #a0dcce

Monochromatic Colors of #a0ccdc

#a0ccdc

Complementary Color

#a0ccdc #dcb0a0

#a0ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ccdc Color CSS Codes

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

#a0ccdc Text Font Color

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

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


#a0ccdc Background Color

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

This div background color is #a0ccdc


#a0ccdc Border Color

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

This div border color is #a0ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ccdc


Comments

No comments written yet.

Please login to write comment.