Color Hex Logo

#ccbb86 Color Hex

#CCBB86
(204,187,134)
0 Favorites   0 Comments

Color spaces of #ccbb86

RGB 204187134
HSL0.130.410.66
HSV45°34°80°
CMYK 0.000.080.34   0.20
XYZ46.975250.099229.7485
Yxy50.09920.37040.3950
Hunter Lab70.7808-5.401024.6275
CIE-Lab76.1301-1.794429.0678

#ccbb86 color RGB value is (204,187,134).

#ccbb86 hex color red value is 204, green value is 187 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ccbb86 hue: 0.13 , saturation: 0.41 and the lightness value of ccbb86 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 10000110
Octal 314 273 206
Decimal 204 187 134
Hex CC BB 86

RGB Percentages of Color #ccbb86

%38.86
%35.62
%25.52

CMYK Percentages of Color #ccbb86

%0
%8
%34
%20

Triadic Colors of #ccbb86

#ccbb86 #86ccbb #bb86cc

Analogous Colors of #ccbb86

#ccbb86 #bacc86 #cc9886

Monochromatic Colors of #ccbb86

#ccbb86

Complementary Color

#ccbb86 #8697cc

#ccbb86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb86 Color CSS Codes

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

#ccbb86 Text Font Color

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

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


#ccbb86 Background Color

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

This div background color is #ccbb86


#ccbb86 Border Color

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

This div border color is #ccbb86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb86


Comments

No comments written yet.

Please login to write comment.