Color Hex Logo

#a0cedd Color Hex

#A0CEDD
(160,206,221)
0 Favorites   0 Comments

Color spaces of #a0cedd

RGB 160206221
HSL0.540.470.75
HSV195°28°87°
CMYK 0.280.070.00   0.13
XYZ49.619756.836776.7620
Yxy56.83670.27080.3102
Hunter Lab75.3901-14.4489-7.5958
CIE-Lab80.0877-11.5696-12.3338

#a0cedd color RGB value is (160,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001110 11011101
Octal 240 316 335
Decimal 160 206 221
Hex A0 CE DD

RGB Percentages of Color #a0cedd

%27.26
%35.09
%37.65

CMYK Percentages of Color #a0cedd

%28
%7
%0
%13

Triadic Colors of #a0cedd

#a0cedd #dda0ce #cedda0

Analogous Colors of #a0cedd

#a0cedd #a0b0dd #a0ddce

Monochromatic Colors of #a0cedd

#a0cedd

Complementary Color

#a0cedd #ddafa0

#a0cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cedd Color CSS Codes

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

#a0cedd Text Font Color

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

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


#a0cedd Background Color

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

This div background color is #a0cedd


#a0cedd Border Color

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

This div border color is #a0cedd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,206,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 #a0cedd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cedd

#a0cedd Color Palettes


Comments

No comments written yet.

Please login to write comment.