Color Hex Logo

#ccadbd Color Hex

#CCADBD
(204,173,189)
0 Favorites   0 Comments

Color spaces of #ccadbd

RGB 204173189
HSL0.910.230.74
HSV329°15°80°
CMYK 0.000.150.07   0.20
XYZ49.030746.398654.5157
Yxy46.39860.32700.3094
Hunter Lab68.11659.28150.2300
CIE-Lab73.803413.9183-3.9787

#ccadbd color RGB value is (204,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10111101
Octal 314 255 275
Decimal 204 173 189
Hex CC AD BD

RGB Percentages of Color #ccadbd

%36.04
%30.57
%33.39

CMYK Percentages of Color #ccadbd

%0
%15
%7
%20

Triadic Colors of #ccadbd

#ccadbd #bdccad #adbdcc

Analogous Colors of #ccadbd

#ccadbd #ccadae #ccadcc

Monochromatic Colors of #ccadbd

#ccadbd

Complementary Color

#ccadbd #adccbc

#ccadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadbd Color CSS Codes

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

#ccadbd Text Font Color

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

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


#ccadbd Background Color

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

This div background color is #ccadbd


#ccadbd Border Color

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

This div border color is #ccadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadbd


Comments

No comments written yet.

Please login to write comment.