Color Hex Logo

#cca364 Color Hex

#CCA364
(204,163,100)
0 Favorites   0 Comments

Color spaces of #cca364

RGB 204163100
HSL0.100.500.60
HSV36°51°80°
CMYK 0.000.200.51   0.20
XYZ40.299339.951917.6441
Yxy39.95190.41170.4081
Hunter Lab63.20753.193327.6947
CIE-Lab69.43537.371238.2645

#cca364 color RGB value is (204,163,100).

#cca364 hex color red value is 204, green value is 163 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #cca364 hue: 0.10 , saturation: 0.50 and the lightness value of cca364 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100011 01100100
Octal 314 243 144
Decimal 204 163 100
Hex CC A3 64

RGB Percentages of Color #cca364

%43.68
%34.90
%21.41

CMYK Percentages of Color #cca364

%0
%20
%51
%20

Triadic Colors of #cca364

#cca364 #64cca3 #a364cc

Analogous Colors of #cca364

#cca364 #c1cc64 #cc6f64

Monochromatic Colors of #cca364

#cca364

Complementary Color

#cca364 #648dcc

#cca364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca364 Color CSS Codes

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

#cca364 Text Font Color

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

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


#cca364 Background Color

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

This div background color is #cca364


#cca364 Border Color

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

This div border color is #cca364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca364


Comments

No comments written yet.

Please login to write comment.