Color Hex Logo

#ccad79 Color Hex

#CCAD79
(204,173,121)
0 Favorites   0 Comments

Color spaces of #ccad79

RGB 204173121
HSL0.100.450.64
HSV38°41°80°
CMYK 0.000.150.41   0.20
XYZ43.296644.105024.3203
Yxy44.10500.38750.3948
Hunter Lab66.41160.151624.7758
CIE-Lab72.29864.119930.8909

#ccad79 color RGB value is (204,173,121).

#ccad79 hex color red value is 204, green value is 173 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ccad79 hue: 0.10 , saturation: 0.45 and the lightness value of ccad79 is 0.64.

The process color (four color CMYK) of #ccad79 color hex is 0.00, 0.15, 0.41, 0.20. Web safe color of #ccad79 is #cc9966. Color #ccad79 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 01111001
Octal 314 255 171
Decimal 204 173 121
Hex CC AD 79

RGB Percentages of Color #ccad79

%40.96
%34.74
%24.30

CMYK Percentages of Color #ccad79

%0
%15
%41
%20

Triadic Colors of #ccad79

#ccad79 #79ccad #ad79cc

Analogous Colors of #ccad79

#ccad79 #c2cc79 #cc8479

Monochromatic Colors of #ccad79

#ccad79

Complementary Color

#ccad79 #7998cc

#ccad79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad79 Color CSS Codes

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

#ccad79 Text Font Color

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

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


#ccad79 Background Color

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

This div background color is #ccad79


#ccad79 Border Color

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

This div border color is #ccad79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad79


Comments

No comments written yet.

Please login to write comment.