Color Hex Logo

#cca438 Color Hex

#CCA438
(204,164,56)
0 Favorites   0 Comments

Color spaces of #cca438

RGB 20416456
HSL0.120.590.51
HSV44°73°80°
CMYK 0.000.200.73   0.20
XYZ38.891139.67389.3494
Yxy39.67380.44240.4513
Hunter Lab62.9871-0.013635.2904
CIE-Lab69.23663.800458.7252

#cca438 color RGB value is (204,164,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 00111000
Octal 314 244 70
Decimal 204 164 56
Hex CC A4 38

RGB Percentages of Color #cca438

%48.11
%38.68
%13.21

CMYK Percentages of Color #cca438

%0
%20
%73
%20

Triadic Colors of #cca438

#cca438 #38cca4 #a438cc

Analogous Colors of #cca438

#cca438 #aacc38 #cc5a38

Monochromatic Colors of #cca438

#cca438

Complementary Color

#cca438 #3860cc

#cca438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca438 Color CSS Codes

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

#cca438 Text Font Color

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

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


#cca438 Background Color

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

This div background color is #cca438


#cca438 Border Color

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

This div border color is #cca438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca438


Comments

No comments written yet.

Please login to write comment.