Color Hex Logo

#ccbd86 Color Hex

#CCBD86
(204,189,134)
0 Favorites   0 Comments

Color spaces of #ccbd86

RGB 204189134
HSL0.130.410.66
HSV47°34°80°
CMYK 0.000.070.34   0.20
XYZ47.402550.953829.8909
Yxy50.95380.36960.3973
Hunter Lab71.3819-6.382125.1399
CIE-Lab76.6510-2.844729.7592

#ccbd86 color RGB value is (204,189,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10000110
Octal 314 275 206
Decimal 204 189 134
Hex CC BD 86

RGB Percentages of Color #ccbd86

%38.71
%35.86
%25.43

CMYK Percentages of Color #ccbd86

%0
%7
%34
%20

Triadic Colors of #ccbd86

#ccbd86 #86ccbd #bd86cc

Analogous Colors of #ccbd86

#ccbd86 #b8cc86 #cc9a86

Monochromatic Colors of #ccbd86

#ccbd86

Complementary Color

#ccbd86 #8695cc

#ccbd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd86 Color CSS Codes

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

#ccbd86 Text Font Color

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

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


#ccbd86 Background Color

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

This div background color is #ccbd86


#ccbd86 Border Color

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

This div border color is #ccbd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd86


Comments

No comments written yet.

Please login to write comment.