Color Hex Logo

#ccadbb Color Hex

#CCADBB
(204,173,187)
0 Favorites   0 Comments

Color spaces of #ccadbb

RGB 204173187
HSL0.920.230.74
HSV333°15°80°
CMYK 0.000.150.08   0.20
XYZ48.815146.312453.3801
Yxy46.31240.32870.3119
Hunter Lab68.05328.94631.1309
CIE-Lab73.747813.5695-2.9642

#ccadbb color RGB value is (204,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10111011
Octal 314 255 273
Decimal 204 173 187
Hex CC AD BB

RGB Percentages of Color #ccadbb

%36.17
%30.67
%33.16

CMYK Percentages of Color #ccadbb

%0
%15
%8
%20

Triadic Colors of #ccadbb

#ccadbb #bbccad #adbbcc

Analogous Colors of #ccadbb

#ccadbb #ccafad #ccadcb

Monochromatic Colors of #ccadbb

#ccadbb

Complementary Color

#ccadbb #adccbe

#ccadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadbb Color CSS Codes

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

#ccadbb Text Font Color

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

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


#ccadbb Background Color

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

This div background color is #ccadbb


#ccadbb Border Color

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

This div border color is #ccadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadbb


Comments

No comments written yet.

Please login to write comment.