Color Hex Logo

#cca538 Color Hex

#CCA538
(204,165,56)
0 Favorites   0 Comments

Color spaces of #cca538

RGB 20416556
HSL0.120.590.51
HSV44°73°80°
CMYK 0.000.190.73   0.20
XYZ39.070840.03329.4093
Yxy40.03320.44140.4523
Hunter Lab63.2718-0.500635.4731
CIE-Lab69.49323.265258.9796

#cca538 color RGB value is (204,165,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 00111000
Octal 314 245 70
Decimal 204 165 56
Hex CC A5 38

RGB Percentages of Color #cca538

%48.00
%38.82
%13.18

CMYK Percentages of Color #cca538

%0
%19
%73
%20

Triadic Colors of #cca538

#cca538 #38cca5 #a538cc

Analogous Colors of #cca538

#cca538 #a9cc38 #cc5b38

Monochromatic Colors of #cca538

#cca538

Complementary Color

#cca538 #385fcc

#cca538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca538 Color CSS Codes

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

#cca538 Text Font Color

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

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


#cca538 Background Color

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

This div background color is #cca538


#cca538 Border Color

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

This div border color is #cca538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca538


Comments

No comments written yet.

Please login to write comment.