Color Hex Logo

#ccbdba Color Hex

#CCBDBA
(204,189,186)
0 Favorites   0 Comments

Color spaces of #ccbdba

RGB 204189186
HSL0.030.150.76
HSV10°80°
CMYK 0.000.070.09   0.20
XYZ51.962452.777753.9028
Yxy52.77770.32750.3327
Hunter Lab72.64830.53956.8624
CIE-Lab77.74364.77313.4121

#ccbdba color RGB value is (204,189,186).

#ccbdba hex color red value is 204, green value is 189 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ccbdba hue: 0.03 , saturation: 0.15 and the lightness value of ccbdba is 0.76.

The process color (four color CMYK) of #ccbdba color hex is 0.00, 0.07, 0.09, 0.20. Web safe color of #ccbdba is #cccccc. Color #ccbdba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10111010
Octal 314 275 272
Decimal 204 189 186
Hex CC BD BA

RGB Percentages of Color #ccbdba

%35.23
%32.64
%32.12

CMYK Percentages of Color #ccbdba

%0
%7
%9
%20

Triadic Colors of #ccbdba

#ccbdba #baccbd #bdbacc

Analogous Colors of #ccbdba

#ccbdba #ccc6ba #ccbac0

Monochromatic Colors of #ccbdba

#ccbdba

Complementary Color

#ccbdba #bac9cc

#ccbdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbdba Color CSS Codes

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

#ccbdba Text Font Color

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

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


#ccbdba Background Color

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

This div background color is #ccbdba


#ccbdba Border Color

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

This div border color is #ccbdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbdba


Comments

No comments written yet.

Please login to write comment.