Color Hex Logo

#ccadbc Color Hex

#CCADBC
(204,173,188)
0 Favorites   0 Comments

Color spaces of #ccadbc

RGB 204173188
HSL0.920.230.74
HSV331°15°80°
CMYK 0.000.150.08   0.20
XYZ48.922546.355353.9459
Yxy46.35530.32780.3106
Hunter Lab68.08479.11350.6818
CIE-Lab73.775513.7435-3.4716

#ccadbc color RGB value is (204,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10111100
Octal 314 255 274
Decimal 204 173 188
Hex CC AD BC

RGB Percentages of Color #ccadbc

%36.11
%30.62
%33.27

CMYK Percentages of Color #ccadbc

%0
%15
%8
%20

Triadic Colors of #ccadbc

#ccadbc #bcccad #adbccc

Analogous Colors of #ccadbc

#ccadbc #ccaead #ccadcc

Monochromatic Colors of #ccadbc

#ccadbc

Complementary Color

#ccadbc #adccbd

#ccadbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadbc Color CSS Codes

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

#ccadbc Text Font Color

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

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


#ccadbc Background Color

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

This div background color is #ccadbc


#ccadbc Border Color

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

This div border color is #ccadbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadbc


Comments

No comments written yet.

Please login to write comment.