Color Hex Logo

#a8ccca Color Hex

#A8CCCA
(168,204,202)
0 Favorites   0 Comments

Color spaces of #a8ccca

RGB 168204202
HSL0.490.260.73
HSV177°18°80°
CMYK 0.180.000.01   0.20
XYZ48.402055.774864.0917
Yxy55.77480.28760.3315
Hunter Lab74.6825-15.00801.3958
CIE-Lab79.4855-12.2947-2.9840

#a8ccca color RGB value is (168,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001100 11001010
Octal 250 314 312
Decimal 168 204 202
Hex A8 CC CA

RGB Percentages of Color #a8ccca

%29.27
%35.54
%35.19

CMYK Percentages of Color #a8ccca

%18
%0
%1
%20

Triadic Colors of #a8ccca

#a8ccca #caa8cc #cccaa8

Analogous Colors of #a8ccca

#a8ccca #a8bccc #a8ccb8

Monochromatic Colors of #a8ccca

#a8ccca

Complementary Color

#a8ccca #cca8aa

#a8ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ccca Color CSS Codes

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

#a8ccca Text Font Color

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

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


#a8ccca Background Color

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

This div background color is #a8ccca


#a8ccca Border Color

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

This div border color is #a8ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ccca


Comments

No comments written yet.

Please login to write comment.