Color Hex Logo

#cca87e Color Hex

#CCA87E
(204,168,126)
0 Favorites   0 Comments

Color spaces of #cca87e

RGB 204168126
HSL0.090.430.65
HSV32°38°80°
CMYK 0.000.180.38   0.20
XYZ42.670442.349025.6639
Yxy42.34900.38550.3826
Hunter Lab65.07613.159222.1712
CIE-Lab71.11097.375726.6483

#cca87e color RGB value is (204,168,126).

#cca87e hex color red value is 204, green value is 168 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cca87e hue: 0.09 , saturation: 0.43 and the lightness value of cca87e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101000 01111110
Octal 314 250 176
Decimal 204 168 126
Hex CC A8 7E

RGB Percentages of Color #cca87e

%40.96
%33.73
%25.30

CMYK Percentages of Color #cca87e

%0
%18
%38
%20

Triadic Colors of #cca87e

#cca87e #7ecca8 #a87ecc

Analogous Colors of #cca87e

#cca87e #c9cc7e #cc817e

Monochromatic Colors of #cca87e

#cca87e

Complementary Color

#cca87e #7ea2cc

#cca87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca87e Color CSS Codes

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

#cca87e Text Font Color

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

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


#cca87e Background Color

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

This div background color is #cca87e


#cca87e Border Color

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

This div border color is #cca87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca87e


Comments

No comments written yet.

Please login to write comment.