Color Hex Logo

#cca257 Color Hex

#CCA257
(204,162,87)
0 Favorites   0 Comments

Color spaces of #cca257

RGB 20416287
HSL0.110.530.57
HSV38°57°80°
CMYK 0.000.210.57   0.20
XYZ39.542539.366214.5311
Yxy39.36620.42320.4213
Hunter Lab62.74252.697630.1882
CIE-Lab69.01576.813444.3729

#cca257 color RGB value is (204,162,87).

#cca257 hex color red value is 204, green value is 162 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #cca257 hue: 0.11 , saturation: 0.53 and the lightness value of cca257 is 0.57.

The process color (four color CMYK) of #cca257 color hex is 0.00, 0.21, 0.57, 0.20. Web safe color of #cca257 is #cc9966. Color #cca257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 01010111
Octal 314 242 127
Decimal 204 162 87
Hex CC A2 57

RGB Percentages of Color #cca257

%45.03
%35.76
%19.21

CMYK Percentages of Color #cca257

%0
%21
%57
%20

Triadic Colors of #cca257

#cca257 #57cca2 #a257cc

Analogous Colors of #cca257

#cca257 #bccc57 #cc6857

Monochromatic Colors of #cca257

#cca257

Complementary Color

#cca257 #5781cc

#cca257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca257 Color CSS Codes

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

#cca257 Text Font Color

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

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


#cca257 Background Color

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

This div background color is #cca257


#cca257 Border Color

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

This div border color is #cca257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca257


Comments

No comments written yet.

Please login to write comment.