Color Hex Logo

#cca237 Color Hex

#CCA237
(204,162,55)
0 Favorites   0 Comments

Color spaces of #cca237

RGB 20416255
HSL0.120.590.51
HSV43°73°80°
CMYK 0.000.210.73   0.20
XYZ38.511838.95399.1035
Yxy38.95390.44490.4500
Hunter Lab62.41310.920135.0412
CIE-Lab68.71794.825558.6113

#cca237 color RGB value is (204,162,55).

#cca237 hex color red value is 204, green value is 162 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #cca237 hue: 0.12 , saturation: 0.59 and the lightness value of cca237 is 0.51.

The process color (four color CMYK) of #cca237 color hex is 0.00, 0.21, 0.73, 0.20. Web safe color of #cca237 is #cc9933. Color #cca237 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100010 00110111
Octal 314 242 67
Decimal 204 162 55
Hex CC A2 37

RGB Percentages of Color #cca237

%48.46
%38.48
%13.06

CMYK Percentages of Color #cca237

%0
%21
%73
%20

Triadic Colors of #cca237

#cca237 #37cca2 #a237cc

Analogous Colors of #cca237

#cca237 #accc37 #cc5737

Monochromatic Colors of #cca237

#cca237

Complementary Color

#cca237 #3761cc

#cca237 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca237 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca237 Color CSS Codes

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

#cca237 Text Font Color

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

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


#cca237 Background Color

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

This div background color is #cca237


#cca237 Border Color

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

This div border color is #cca237


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca237


Comments

No comments written yet.

Please login to write comment.