Color Hex Logo

#ccada4 Color Hex

#CCADA4
(204,173,164)
0 Favorites   0 Comments

Color spaces of #ccada4

RGB 204173164
HSL0.040.280.72
HSV14°20°80°
CMYK 0.000.150.20   0.20
XYZ46.546245.404841.4327
Yxy45.40480.34900.3404
Hunter Lab67.38315.382010.7118
CIE-Lab73.15769.81098.7903

#ccada4 color RGB value is (204,173,164).

#ccada4 hex color red value is 204, green value is 173 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ccada4 hue: 0.04 , saturation: 0.28 and the lightness value of ccada4 is 0.72.

The process color (four color CMYK) of #ccada4 color hex is 0.00, 0.15, 0.20, 0.20. Web safe color of #ccada4 is #cc9999. Color #ccada4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10100100
Octal 314 255 244
Decimal 204 173 164
Hex CC AD A4

RGB Percentages of Color #ccada4

%37.71
%31.98
%30.31

CMYK Percentages of Color #ccada4

%0
%15
%20
%20

Triadic Colors of #ccada4

#ccada4 #a4ccad #ada4cc

Analogous Colors of #ccada4

#ccada4 #ccc1a4 #cca4af

Monochromatic Colors of #ccada4

#ccada4

Complementary Color

#ccada4 #a4c3cc

#ccada4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccada4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccada4 Color CSS Codes

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

#ccada4 Text Font Color

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

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


#ccada4 Background Color

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

This div background color is #ccada4


#ccada4 Border Color

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

This div border color is #ccada4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccada4


Comments

No comments written yet.

Please login to write comment.