Color Hex Logo

#ccad86 Color Hex

#CCAD86
(204,173,134)
0 Favorites   0 Comments

Color spaces of #ccad86

RGB 204173134
HSL0.090.410.66
HSV33°34°80°
CMYK 0.000.150.34   0.20
XYZ44.148544.445728.8063
Yxy44.44570.37610.3786
Hunter Lab66.66761.537621.0488
CIE-Lab72.52545.649224.2377

#ccad86 color RGB value is (204,173,134).

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

The process color (four color CMYK) of #ccad86 color hex is 0.00, 0.15, 0.34, 0.20. Web safe color of #ccad86 is #cc9999. Color #ccad86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 10000110
Octal 314 255 206
Decimal 204 173 134
Hex CC AD 86

RGB Percentages of Color #ccad86

%39.92
%33.86
%26.22

CMYK Percentages of Color #ccad86

%0
%15
%34
%20

Triadic Colors of #ccad86

#ccad86 #86ccad #ad86cc

Analogous Colors of #ccad86

#ccad86 #c8cc86 #cc8a86

Monochromatic Colors of #ccad86

#ccad86

Complementary Color

#ccad86 #86a5cc

#ccad86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad86 Color CSS Codes

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

#ccad86 Text Font Color

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

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


#ccad86 Background Color

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

This div background color is #ccad86


#ccad86 Border Color

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

This div border color is #ccad86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad86


Comments

No comments written yet.

Please login to write comment.