Color Hex Logo

#ccdcab Color Hex

#CCDCAB
(204,220,171)
0 Favorites   0 Comments

Color spaces of #ccdcab

RGB 204220171
HSL0.220.410.77
HSV80°22°86°
CMYK 0.070.000.22   0.14
XYZ57.845766.964048.4046
Yxy66.96400.33400.3866
Hunter Lab81.8315-17.025722.2111
CIE-Lab85.4858-13.716722.3341

#ccdcab color RGB value is (204,220,171).

#ccdcab hex color red value is 204, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccdcab hue: 0.22 , saturation: 0.41 and the lightness value of ccdcab is 0.77.

The process color (four color CMYK) of #ccdcab color hex is 0.07, 0.00, 0.22, 0.14. Web safe color of #ccdcab is #cccc99. Color #ccdcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 10101011
Octal 314 334 253
Decimal 204 220 171
Hex CC DC AB

RGB Percentages of Color #ccdcab

%34.29
%36.97
%28.74

CMYK Percentages of Color #ccdcab

%7
%0
%22
%14

Triadic Colors of #ccdcab

#ccdcab #abccdc #dcabcc

Analogous Colors of #ccdcab

#ccdcab #b4dcab #dcd4ab

Monochromatic Colors of #ccdcab

#ccdcab

Complementary Color

#ccdcab #bbabdc

#ccdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdcab Color CSS Codes

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

#ccdcab Text Font Color

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

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


#ccdcab Background Color

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

This div background color is #ccdcab


#ccdcab Border Color

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

This div border color is #ccdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdcab


Comments

No comments written yet.

Please login to write comment.