Color Hex Logo

#a8cedd Color Hex

#A8CEDD
(168,206,221)
0 Favorites   0 Comments

Color spaces of #a8cedd

RGB 168206221
HSL0.550.440.76
HSV197°24°87°
CMYK 0.240.070.00   0.13
XYZ51.270957.687976.8392
Yxy57.68790.27590.3105
Hunter Lab75.9526-12.4226-6.8153
CIE-Lab80.5650-9.2097-11.5706

#a8cedd color RGB value is (168,206,221).

#a8cedd hex color red value is 168, green value is 206 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a8cedd hue: 0.55 , saturation: 0.44 and the lightness value of a8cedd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001110 11011101
Octal 250 316 335
Decimal 168 206 221
Hex A8 CE DD

RGB Percentages of Color #a8cedd

%28.24
%34.62
%37.14

CMYK Percentages of Color #a8cedd

%24
%7
%0
%13

Triadic Colors of #a8cedd

#a8cedd #dda8ce #cedda8

Analogous Colors of #a8cedd

#a8cedd #a8b4dd #a8ddd2

Monochromatic Colors of #a8cedd

#a8cedd

Complementary Color

#a8cedd #ddb7a8

#a8cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cedd Color CSS Codes

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

#a8cedd Text Font Color

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

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


#a8cedd Background Color

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

This div background color is #a8cedd


#a8cedd Border Color

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

This div border color is #a8cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cedd

#a8cedd Color Palettes


Comments

No comments written yet.

Please login to write comment.