Color Hex Logo

#ccbb84 Color Hex

#CCBB84
(204,187,132)
0 Favorites   0 Comments

Color spaces of #ccbb84

RGB 204187132
HSL0.130.410.66
HSV46°35°80°
CMYK 0.000.080.35   0.20
XYZ46.837050.044029.0207
Yxy50.04400.37200.3975
Hunter Lab70.7418-5.616125.1965
CIE-Lab76.0963-2.036530.0766

#ccbb84 color RGB value is (204,187,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111011 10000100
Octal 314 273 204
Decimal 204 187 132
Hex CC BB 84

RGB Percentages of Color #ccbb84

%39.01
%35.76
%25.24

CMYK Percentages of Color #ccbb84

%0
%8
%35
%20

Triadic Colors of #ccbb84

#ccbb84 #84ccbb #bb84cc

Analogous Colors of #ccbb84

#ccbb84 #b9cc84 #cc9784

Monochromatic Colors of #ccbb84

#ccbb84

Complementary Color

#ccbb84 #8495cc

#ccbb84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbb84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbb84 Color CSS Codes

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

#ccbb84 Text Font Color

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

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


#ccbb84 Background Color

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

This div background color is #ccbb84


#ccbb84 Border Color

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

This div border color is #ccbb84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbb84


Comments

No comments written yet.

Please login to write comment.