Color Hex Logo

#ccadb4 Color Hex

#CCADB4
(204,173,180)
0 Favorites   0 Comments

Color spaces of #ccadb4

RGB 204173180
HSL0.960.230.74
HSV346°15°80°
CMYK 0.000.150.12   0.20
XYZ48.083646.019849.5284
Yxy46.01980.33480.3204
Hunter Lab67.83797.80474.1989
CIE-Lab73.558412.37570.5974

#ccadb4 color RGB value is (204,173,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10110100
Octal 314 255 264
Decimal 204 173 180
Hex CC AD B4

RGB Percentages of Color #ccadb4

%36.62
%31.06
%32.32

CMYK Percentages of Color #ccadb4

%0
%15
%12
%20

Triadic Colors of #ccadb4

#ccadb4 #b4ccad #adb4cc

Analogous Colors of #ccadb4

#ccadb4 #ccb6ad #ccadc4

Monochromatic Colors of #ccadb4

#ccadb4

Complementary Color

#ccadb4 #adccc5

#ccadb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadb4 Color CSS Codes

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

#ccadb4 Text Font Color

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

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


#ccadb4 Background Color

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

This div background color is #ccadb4


#ccadb4 Border Color

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

This div border color is #ccadb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadb4


Comments

No comments written yet.

Please login to write comment.