Color Hex Logo

#a8ccda Color Hex

#A8CCDA
(168,204,218)
0 Favorites   0 Comments

Color spaces of #a8ccda

RGB 168204218
HSL0.550.400.76
HSV197°23°85°
CMYK 0.230.060.00   0.15
XYZ50.396256.572574.5931
Yxy56.57250.27760.3116
Hunter Lab75.2147-12.0251-6.1497
CIE-Lab79.9385-8.8376-10.8984

#a8ccda color RGB value is (168,204,218).

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

The process color (four color CMYK) of #a8ccda color hex is 0.23, 0.06, 0.00, 0.15. Web safe color of #a8ccda is #99cccc. Color #a8ccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001100 11011010
Octal 250 314 332
Decimal 168 204 218
Hex A8 CC DA

RGB Percentages of Color #a8ccda

%28.47
%34.58
%36.95

CMYK Percentages of Color #a8ccda

%23
%6
%0
%15

Triadic Colors of #a8ccda

#a8ccda #daa8cc #ccdaa8

Analogous Colors of #a8ccda

#a8ccda #a8b3da #a8dacf

Monochromatic Colors of #a8ccda

#a8ccda

Complementary Color

#a8ccda #dab6a8

#a8ccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ccda Color CSS Codes

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

#a8ccda Text Font Color

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

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


#a8ccda Background Color

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

This div background color is #a8ccda


#a8ccda Border Color

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

This div border color is #a8ccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ccda


Comments

No comments written yet.

Please login to write comment.