Color Hex Logo

#a8cfcc Color Hex

#A8CFCC
(168,207,204)
0 Favorites   0 Comments

Color spaces of #a8cfcc

RGB 168207204
HSL0.490.290.74
HSV175°19°81°
CMYK 0.190.000.01   0.19
XYZ49.360457.310165.5871
Yxy57.31010.28650.3327
Hunter Lab75.7034-16.09491.6254
CIE-Lab80.3537-13.4188-2.7806

#a8cfcc color RGB value is (168,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001111 11001100
Octal 250 317 314
Decimal 168 207 204
Hex A8 CF CC

RGB Percentages of Color #a8cfcc

%29.02
%35.75
%35.23

CMYK Percentages of Color #a8cfcc

%19
%0
%1
%19

Triadic Colors of #a8cfcc

#a8cfcc #cca8cf #cfcca8

Analogous Colors of #a8cfcc

#a8cfcc #a8bfcf #a8cfb9

Monochromatic Colors of #a8cfcc

#a8cfcc

Complementary Color

#a8cfcc #cfa8ab

#a8cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cfcc Color CSS Codes

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

#a8cfcc Text Font Color

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

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


#a8cfcc Background Color

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

This div background color is #a8cfcc


#a8cfcc Border Color

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

This div border color is #a8cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cfcc


Comments

No comments written yet.

Please login to write comment.