Color Hex Logo

#ccbdab Color Hex

#CCBDAB
(204,189,171)
0 Favorites   0 Comments

Color spaces of #ccbdab

RGB 204189171
HSL0.090.240.74
HSV33°16°80°
CMYK 0.000.070.16   0.20
XYZ50.450152.172845.9394
Yxy52.17280.33960.3512
Hunter Lab72.2307-1.729112.8525
CIE-Lab77.38402.317411.0022

#ccbdab color RGB value is (204,189,171).

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

The process color (four color CMYK) of #ccbdab color hex is 0.00, 0.07, 0.16, 0.20. Web safe color of #ccbdab is #cccc99. Color #ccbdab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10101011
Octal 314 275 253
Decimal 204 189 171
Hex CC BD AB

RGB Percentages of Color #ccbdab

%36.17
%33.51
%30.32

CMYK Percentages of Color #ccbdab

%0
%7
%16
%20

Triadic Colors of #ccbdab

#ccbdab #abccbd #bdabcc

Analogous Colors of #ccbdab

#ccbdab #cbccab #ccadab

Monochromatic Colors of #ccbdab

#ccbdab

Complementary Color

#ccbdab #abbacc

#ccbdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdab Color CSS Codes

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

#ccbdab Text Font Color

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

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


#ccbdab Background Color

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

This div background color is #ccbdab


#ccbdab Border Color

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

This div border color is #ccbdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdab


Comments

No comments written yet.

Please login to write comment.