Color Hex Logo

#ccbdac Color Hex

#CCBDAC
(204,189,172)
0 Favorites   0 Comments

Color spaces of #ccbdac

RGB 204189172
HSL0.090.240.74
HSV32°16°80°
CMYK 0.000.070.16   0.20
XYZ50.545852.211146.4434
Yxy52.21110.33880.3499
Hunter Lab72.2572-1.584912.4714
CIE-Lab77.40692.474710.4950

#ccbdac color RGB value is (204,189,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10101100
Octal 314 275 254
Decimal 204 189 172
Hex CC BD AC

RGB Percentages of Color #ccbdac

%36.11
%33.45
%30.44

CMYK Percentages of Color #ccbdac

%0
%7
%16
%20

Triadic Colors of #ccbdac

#ccbdac #acccbd #bdaccc

Analogous Colors of #ccbdac

#ccbdac #cbccac #ccadac

Monochromatic Colors of #ccbdac

#ccbdac

Complementary Color

#ccbdac #acbbcc

#ccbdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdac Color CSS Codes

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

#ccbdac Text Font Color

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

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


#ccbdac Background Color

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

This div background color is #ccbdac


#ccbdac Border Color

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

This div border color is #ccbdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdac


Comments

No comments written yet.

Please login to write comment.