Color Hex Logo

#a0cddd Color Hex

#A0CDDD
(160,205,221)
0 Favorites   0 Comments

Color spaces of #a0cddd

RGB 160205221
HSL0.540.470.75
HSV196°28°87°
CMYK 0.280.070.00   0.13
XYZ49.379756.356776.6820
Yxy56.35670.27070.3089
Hunter Lab75.0711-13.9620-8.0125
CIE-Lab79.8164-11.0505-12.7397

#a0cddd color RGB value is (160,205,221).

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

The process color (four color CMYK) of #a0cddd color hex is 0.28, 0.07, 0.00, 0.13. Web safe color of #a0cddd is #99cccc. Color #a0cddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001101 11011101
Octal 240 315 335
Decimal 160 205 221
Hex A0 CD DD

RGB Percentages of Color #a0cddd

%27.30
%34.98
%37.71

CMYK Percentages of Color #a0cddd

%28
%7
%0
%13

Triadic Colors of #a0cddd

#a0cddd #dda0cd #cddda0

Analogous Colors of #a0cddd

#a0cddd #a0afdd #a0ddcf

Monochromatic Colors of #a0cddd

#a0cddd

Complementary Color

#a0cddd #ddb0a0

#a0cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cddd Color CSS Codes

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

#a0cddd Text Font Color

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

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


#a0cddd Background Color

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

This div background color is #a0cddd


#a0cddd Border Color

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

This div border color is #a0cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cddd


Comments

No comments written yet.

Please login to write comment.