Color Hex Logo

#ccadbf Color Hex

#CCADBF
(204,173,191)
0 Favorites   0 Comments

Color spaces of #ccadbf

RGB 204173191
HSL0.900.230.74
HSV325°15°80°
CMYK 0.000.150.06   0.20
XYZ49.249446.486155.6672
Yxy46.48610.32530.3070
Hunter Lab68.18079.6208-0.6817
CIE-Lab73.859914.2704-4.9918

#ccadbf color RGB value is (204,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10111111
Octal 314 255 277
Decimal 204 173 191
Hex CC AD BF

RGB Percentages of Color #ccadbf

%35.92
%30.46
%33.63

CMYK Percentages of Color #ccadbf

%0
%15
%6
%20

Triadic Colors of #ccadbf

#ccadbf #bfccad #adbfcc

Analogous Colors of #ccadbf

#ccadbf #ccadb0 #caadcc

Monochromatic Colors of #ccadbf

#ccadbf

Complementary Color

#ccadbf #adccba

#ccadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadbf Color CSS Codes

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

#ccadbf Text Font Color

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

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


#ccadbf Background Color

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

This div background color is #ccadbf


#ccadbf Border Color

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

This div border color is #ccadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadbf


Comments

No comments written yet.

Please login to write comment.