Color Hex Logo

#ccad78 Color Hex

#CCAD78
(204,173,120)
0 Favorites   0 Comments

Color spaces of #ccad78

RGB 204173120
HSL0.110.450.64
HSV38°41°80°
CMYK 0.000.150.41   0.20
XYZ43.235644.080623.9989
Yxy44.08060.38840.3960
Hunter Lab66.39320.052025.0439
CIE-Lab72.28234.009331.3998

#ccad78 color RGB value is (204,173,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 01111000
Octal 314 255 170
Decimal 204 173 120
Hex CC AD 78

RGB Percentages of Color #ccad78

%41.05
%34.81
%24.14

CMYK Percentages of Color #ccad78

%0
%15
%41
%20

Triadic Colors of #ccad78

#ccad78 #78ccad #ad78cc

Analogous Colors of #ccad78

#ccad78 #c1cc78 #cc8378

Monochromatic Colors of #ccad78

#ccad78

Complementary Color

#ccad78 #7897cc

#ccad78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad78 Color CSS Codes

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

#ccad78 Text Font Color

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

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


#ccad78 Background Color

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

This div background color is #ccad78


#ccad78 Border Color

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

This div border color is #ccad78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad78


Comments

No comments written yet.

Please login to write comment.