Color Hex Logo

#ccad77 Color Hex

#CCAD77
(204,173,119)
0 Favorites   0 Comments

Color spaces of #ccad77

RGB 204173119
HSL0.110.450.63
HSV38°42°80°
CMYK 0.000.150.42   0.20
XYZ43.175244.056423.6809
Yxy44.05640.38930.3972
Hunter Lab66.3750-0.046725.3093
CIE-Lab72.26623.899831.9079

#ccad77 color RGB value is (204,173,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 01110111
Octal 314 255 167
Decimal 204 173 119
Hex CC AD 77

RGB Percentages of Color #ccad77

%41.13
%34.88
%23.99

CMYK Percentages of Color #ccad77

%0
%15
%42
%20

Triadic Colors of #ccad77

#ccad77 #77ccad #ad77cc

Analogous Colors of #ccad77

#ccad77 #c1cc77 #cc8377

Monochromatic Colors of #ccad77

#ccad77

Complementary Color

#ccad77 #7796cc

#ccad77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccad77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccad77 Color CSS Codes

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

#ccad77 Text Font Color

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

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


#ccad77 Background Color

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

This div background color is #ccad77


#ccad77 Border Color

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

This div border color is #ccad77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccad77


Comments

No comments written yet.

Please login to write comment.