Color Hex Logo

#a8cdcc Color Hex

#A8CDCC
(168,205,204)
0 Favorites   0 Comments

Color spaces of #a8cdcc

RGB 168205204
HSL0.500.270.73
HSV178°18°80°
CMYK 0.180.000.00   0.20
XYZ48.878956.347165.4266
Yxy56.34710.28640.3302
Hunter Lab75.0647-15.13170.8680
CIE-Lab79.8110-12.3905-3.5785

#a8cdcc color RGB value is (168,205,204).

#a8cdcc hex color red value is 168, green value is 205 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a8cdcc hue: 0.50 , saturation: 0.27 and the lightness value of a8cdcc is 0.73.

The process color (four color CMYK) of #a8cdcc color hex is 0.18, 0.00, 0.00, 0.20. Web safe color of #a8cdcc is #99cccc. Color #a8cdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001101 11001100
Octal 250 315 314
Decimal 168 205 204
Hex A8 CD CC

RGB Percentages of Color #a8cdcc

%29.12
%35.53
%35.36

CMYK Percentages of Color #a8cdcc

%18
%0
%0
%20

Triadic Colors of #a8cdcc

#a8cdcc #cca8cd #cdcca8

Analogous Colors of #a8cdcc

#a8cdcc #a8bccd #a8cdba

Monochromatic Colors of #a8cdcc

#a8cdcc

Complementary Color

#a8cdcc #cda8a9

#a8cdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cdcc Color CSS Codes

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

#a8cdcc Text Font Color

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

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


#a8cdcc Background Color

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

This div background color is #a8cdcc


#a8cdcc Border Color

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

This div border color is #a8cdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cdcc


Comments

No comments written yet.

Please login to write comment.