Color Hex Logo

#ccbca6 Color Hex

#CCBCA6
(204,188,166)
0 Favorites   0 Comments

Color spaces of #ccbca6

RGB 204188166
HSL0.100.270.73
HSV35°19°80°
CMYK 0.000.080.19   0.20
XYZ49.768051.557043.4048
Yxy51.55700.34390.3562
Hunter Lab71.8032-1.934314.4216
CIE-Lab77.01522.074513.1773

#ccbca6 color RGB value is (204,188,166).

#ccbca6 hex color red value is 204, green value is 188 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #ccbca6 hue: 0.10 , saturation: 0.27 and the lightness value of ccbca6 is 0.73.

The process color (four color CMYK) of #ccbca6 color hex is 0.00, 0.08, 0.19, 0.20. Web safe color of #ccbca6 is #cccc99. Color #ccbca6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111100 10100110
Octal 314 274 246
Decimal 204 188 166
Hex CC BC A6

RGB Percentages of Color #ccbca6

%36.56
%33.69
%29.75

CMYK Percentages of Color #ccbca6

%0
%8
%19
%20

Triadic Colors of #ccbca6

#ccbca6 #a6ccbc #bca6cc

Analogous Colors of #ccbca6

#ccbca6 #c9cca6 #cca9a6

Monochromatic Colors of #ccbca6

#ccbca6

Complementary Color

#ccbca6 #a6b6cc

#ccbca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbca6 Color CSS Codes

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

#ccbca6 Text Font Color

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

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


#ccbca6 Background Color

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

This div background color is #ccbca6


#ccbca6 Border Color

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

This div border color is #ccbca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbca6


Comments

No comments written yet.

Please login to write comment.