Color Hex Logo

#ccadc5 Color Hex

#CCADC5
(204,173,197)
0 Favorites   0 Comments

Color spaces of #ccadc5

RGB 204173197
HSL0.870.230.74
HSV314°15°80°
CMYK 0.000.150.03   0.20
XYZ49.923546.755759.2168
Yxy46.75570.32020.2999
Hunter Lab68.378110.6627-3.4816
CIE-Lab74.033215.3471-8.0222

#ccadc5 color RGB value is (204,173,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11000101
Octal 314 255 305
Decimal 204 173 197
Hex CC AD C5

RGB Percentages of Color #ccadc5

%35.54
%30.14
%34.32

CMYK Percentages of Color #ccadc5

%0
%15
%3
%20

Triadic Colors of #ccadc5

#ccadc5 #c5ccad #adc5cc

Analogous Colors of #ccadc5

#ccadc5 #ccadb6 #c4adcc

Monochromatic Colors of #ccadc5

#ccadc5

Complementary Color

#ccadc5 #adccb4

#ccadc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadc5 Color CSS Codes

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

#ccadc5 Text Font Color

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

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


#ccadc5 Background Color

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

This div background color is #ccadc5


#ccadc5 Border Color

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

This div border color is #ccadc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadc5

#ccadc5 Color Palettes


Comments

No comments written yet.

Please login to write comment.