Color Hex Logo

#cca57e Color Hex

#CCA57E
(204,165,126)
0 Favorites   0 Comments

Color spaces of #cca57e

RGB 204165126
HSL0.080.430.65
HSV30°38°80°
CMYK 0.000.190.38   0.20
XYZ42.122941.254025.4814
Yxy41.25400.38700.3790
Hunter Lab64.22934.662821.4386
CIE-Lab70.35358.995725.6361

#cca57e color RGB value is (204,165,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 01111110
Octal 314 245 176
Decimal 204 165 126
Hex CC A5 7E

RGB Percentages of Color #cca57e

%41.21
%33.33
%25.45

CMYK Percentages of Color #cca57e

%0
%19
%38
%20

Triadic Colors of #cca57e

#cca57e #7ecca5 #a57ecc

Analogous Colors of #cca57e

#cca57e #cccc7e #cc7e7e

Monochromatic Colors of #cca57e

#cca57e

Complementary Color

#cca57e #7ea5cc

#cca57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca57e Color CSS Codes

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

#cca57e Text Font Color

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

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


#cca57e Background Color

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

This div background color is #cca57e


#cca57e Border Color

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

This div border color is #cca57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca57e

#cca57e Color Palettes


Comments

No comments written yet.

Please login to write comment.