Color Hex Logo

#cccdab Color Hex

#CCCDAB
(204,205,171)
0 Favorites   0 Comments

Color spaces of #cccdab

RGB 204205171
HSL0.170.250.74
HSV62°17°80°
CMYK 0.000.000.17   0.20
XYZ54.083859.440347.1507
Yxy59.44030.33660.3699
Hunter Lab77.0975-9.703217.7082
CIE-Lab81.5330-6.071016.8486

#cccdab color RGB value is (204,205,171).

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

The process color (four color CMYK) of #cccdab color hex is 0.00, 0.00, 0.17, 0.20. Web safe color of #cccdab is #cccc99. Color #cccdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 10101011
Octal 314 315 253
Decimal 204 205 171
Hex CC CD AB

RGB Percentages of Color #cccdab

%35.17
%35.34
%29.48

CMYK Percentages of Color #cccdab

%0
%0
%17
%20

Triadic Colors of #cccdab

#cccdab #abcccd #cdabcc

Analogous Colors of #cccdab

#cccdab #bbcdab #cdbdab

Monochromatic Colors of #cccdab

#cccdab

Complementary Color

#cccdab #acabcd

#cccdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccdab Color CSS Codes

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

#cccdab Text Font Color

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

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


#cccdab Background Color

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

This div background color is #cccdab


#cccdab Border Color

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

This div border color is #cccdab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,205,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 #cccdab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccdab


Comments

No comments written yet.

Please login to write comment.