Color Hex Logo

#ccadab Color Hex

#CCADAB
(204,173,171)
0 Favorites   0 Comments

Color spaces of #ccadab

RGB 204173171
HSL0.010.240.74
HSV16°80°
CMYK 0.000.150.16   0.20
XYZ47.196145.664844.8548
Yxy45.66480.34270.3316
Hunter Lab67.57576.41017.9480
CIE-Lab73.327510.90455.1981

#ccadab color RGB value is (204,173,171).

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

The process color (four color CMYK) of #ccadab color hex is 0.00, 0.15, 0.16, 0.20. Web safe color of #ccadab is #cc9999. Color #ccadab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10101011
Octal 314 255 253
Decimal 204 173 171
Hex CC AD AB

RGB Percentages of Color #ccadab

%37.23
%31.57
%31.20

CMYK Percentages of Color #ccadab

%0
%15
%16
%20

Triadic Colors of #ccadab

#ccadab #abccad #adabcc

Analogous Colors of #ccadab

#ccadab #ccbeab #ccabba

Monochromatic Colors of #ccadab

#ccadab

Complementary Color

#ccadab #abcacc

#ccadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccadab Color CSS Codes

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

#ccadab Text Font Color

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

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


#ccadab Background Color

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

This div background color is #ccadab


#ccadab Border Color

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

This div border color is #ccadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccadab


Comments

No comments written yet.

Please login to write comment.