Color Hex Logo

#cca450 Color Hex

#CCA450
(204,164,80)
0 Favorites   0 Comments

Color spaces of #cca450

RGB 20416480
HSL0.110.550.56
HSV41°61°80°
CMYK 0.000.200.61   0.20
XYZ39.625339.967513.2154
Yxy39.96750.42700.4306
Hunter Lab63.21991.246531.8600
CIE-Lab69.44645.217448.2982

#cca450 color RGB value is (204,164,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100100 01010000
Octal 314 244 120
Decimal 204 164 80
Hex CC A4 50

RGB Percentages of Color #cca450

%45.54
%36.61
%17.86

CMYK Percentages of Color #cca450

%0
%20
%61
%20

Triadic Colors of #cca450

#cca450 #50cca4 #a450cc

Analogous Colors of #cca450

#cca450 #b6cc50 #cc6650

Monochromatic Colors of #cca450

#cca450

Complementary Color

#cca450 #5078cc

#cca450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca450 Color CSS Codes

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

#cca450 Text Font Color

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

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


#cca450 Background Color

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

This div background color is #cca450


#cca450 Border Color

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

This div border color is #cca450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca450

#cca450 Color Palettes


Comments

No comments written yet.

Please login to write comment.