Color Hex Logo

#ccb886 Color Hex

#CCB886
(204,184,134)
0 Favorites   0 Comments

Color spaces of #ccb886

RGB 204184134
HSL0.120.410.66
HSV43°34°80°
CMYK 0.000.100.34   0.20
XYZ46.345448.839629.5386
Yxy48.83960.37160.3916
Hunter Lab69.8853-3.924723.8595
CIE-Lab75.3514-0.212728.0312

#ccb886 color RGB value is (204,184,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111000 10000110
Octal 314 270 206
Decimal 204 184 134
Hex CC B8 86

RGB Percentages of Color #ccb886

%39.08
%35.25
%25.67

CMYK Percentages of Color #ccb886

%0
%10
%34
%20

Triadic Colors of #ccb886

#ccb886 #86ccb8 #b886cc

Analogous Colors of #ccb886

#ccb886 #bdcc86 #cc9586

Monochromatic Colors of #ccb886

#ccb886

Complementary Color

#ccb886 #869acc

#ccb886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb886 Color CSS Codes

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

#ccb886 Text Font Color

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

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


#ccb886 Background Color

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

This div background color is #ccb886


#ccb886 Border Color

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

This div border color is #ccb886


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,184,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 #ccb886">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb886

#ccb886 Color Palettes


Comments

No comments written yet.

Please login to write comment.