Color Hex Logo

#cca877 Color Hex

#CCA877
(204,168,119)
0 Favorites   0 Comments

Color spaces of #cca877

RGB 204168119
HSL0.100.450.63
HSV35°42°80°
CMYK 0.000.180.42   0.20
XYZ42.234242.174523.3673
Yxy42.17450.39190.3913
Hunter Lab64.94192.437124.1257
CIE-Lab70.99116.583130.2427

#cca877 color RGB value is (204,168,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 01110111
Octal 314 250 167
Decimal 204 168 119
Hex CC A8 77

RGB Percentages of Color #cca877

%41.55
%34.22
%24.24

CMYK Percentages of Color #cca877

%0
%18
%42
%20

Triadic Colors of #cca877

#cca877 #77cca8 #a877cc

Analogous Colors of #cca877

#cca877 #c6cc77 #cc7e77

Monochromatic Colors of #cca877

#cca877

Complementary Color

#cca877 #779bcc

#cca877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca877 Color CSS Codes

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

#cca877 Text Font Color

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

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


#cca877 Background Color

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

This div background color is #cca877


#cca877 Border Color

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

This div border color is #cca877


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca877


Comments

No comments written yet.

Please login to write comment.