Color Hex Logo

#cca54b Color Hex

#CCA54B
(204,165,75)
0 Favorites   0 Comments

Color spaces of #cca54b

RGB 20416575
HSL0.120.560.55
HSV42°63°80°
CMYK 0.000.190.63   0.20
XYZ39.627040.255612.3382
Yxy40.25560.42970.4365
Hunter Lab63.44730.452232.8834
CIE-Lab69.65124.339950.8926

#cca54b color RGB value is (204,165,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100101 01001011
Octal 314 245 113
Decimal 204 165 75
Hex CC A5 4B

RGB Percentages of Color #cca54b

%45.95
%37.16
%16.89

CMYK Percentages of Color #cca54b

%0
%19
%63
%20

Triadic Colors of #cca54b

#cca54b #4bcca5 #a54bcc

Analogous Colors of #cca54b

#cca54b #b3cc4b #cc654b

Monochromatic Colors of #cca54b

#cca54b

Complementary Color

#cca54b #4b72cc

#cca54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca54b Color CSS Codes

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

#cca54b Text Font Color

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

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


#cca54b Background Color

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

This div background color is #cca54b


#cca54b Border Color

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

This div border color is #cca54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca54b


Comments

No comments written yet.

Please login to write comment.