Color Hex Logo

#ccadb6 Color Hex

#CCADB6
(204,173,182)
0 Favorites   0 Comments

Color spaces of #ccadb6

RGB 204173182
HSL0.950.230.74
HSV343°15°80°
CMYK 0.000.150.11   0.20
XYZ48.288946.101950.6094
Yxy46.10190.33300.3179
Hunter Lab67.89848.12593.3359
CIE-Lab73.611612.7125-0.4218

#ccadb6 color RGB value is (204,173,182).

#ccadb6 hex color red value is 204, green value is 173 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ccadb6 hue: 0.95 , saturation: 0.23 and the lightness value of ccadb6 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10110110
Octal 314 255 266
Decimal 204 173 182
Hex CC AD B6

RGB Percentages of Color #ccadb6

%36.49
%30.95
%32.56

CMYK Percentages of Color #ccadb6

%0
%15
%11
%20

Triadic Colors of #ccadb6

#ccadb6 #b6ccad #adb6cc

Analogous Colors of #ccadb6

#ccadb6 #ccb4ad #ccadc6

Monochromatic Colors of #ccadb6

#ccadb6

Complementary Color

#ccadb6 #adccc3

#ccadb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadb6 Color CSS Codes

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

#ccadb6 Text Font Color

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

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


#ccadb6 Background Color

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

This div background color is #ccadb6


#ccadb6 Border Color

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

This div border color is #ccadb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadb6


Comments

No comments written yet.

Please login to write comment.