Color Hex Logo

#ccada2 Color Hex

#CCADA2
(204,173,162)
0 Favorites   0 Comments

Color spaces of #ccada2

RGB 204173162
HSL0.040.290.72
HSV16°21°80°
CMYK 0.000.150.21   0.20
XYZ46.367045.333140.4888
Yxy45.33310.35080.3429
Hunter Lab67.32995.097511.4769
CIE-Lab73.11079.50689.8183

#ccada2 color RGB value is (204,173,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10100010
Octal 314 255 242
Decimal 204 173 162
Hex CC AD A2

RGB Percentages of Color #ccada2

%37.85
%32.10
%30.06

CMYK Percentages of Color #ccada2

%0
%15
%21
%20

Triadic Colors of #ccada2

#ccada2 #a2ccad #ada2cc

Analogous Colors of #ccada2

#ccada2 #ccc2a2 #cca2ac

Monochromatic Colors of #ccada2

#ccada2

Complementary Color

#ccada2 #a2c1cc

#ccada2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccada2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccada2 Color CSS Codes

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

#ccada2 Text Font Color

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

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


#ccada2 Background Color

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

This div background color is #ccada2


#ccada2 Border Color

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

This div border color is #ccada2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccada2


Comments

No comments written yet.

Please login to write comment.