Color Hex Logo

#cca744 Color Hex

#CCA744
(204,167,68)
0 Favorites   0 Comments

Color spaces of #cca744

RGB 20416768
HSL0.120.570.53
HSV44°67°80°
CMYK 0.000.180.67   0.20
XYZ39.763940.892211.2660
Yxy40.89220.43260.4449
Hunter Lab63.9470-0.911434.3174
CIE-Lab70.10032.833654.5558

#cca744 color RGB value is (204,167,68).

#cca744 hex color red value is 204, green value is 167 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #cca744 hue: 0.12 , saturation: 0.57 and the lightness value of cca744 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100111 01000100
Octal 314 247 104
Decimal 204 167 68
Hex CC A7 44

RGB Percentages of Color #cca744

%46.47
%38.04
%15.49

CMYK Percentages of Color #cca744

%0
%18
%67
%20

Triadic Colors of #cca744

#cca744 #44cca7 #a744cc

Analogous Colors of #cca744

#cca744 #adcc44 #cc6344

Monochromatic Colors of #cca744

#cca744

Complementary Color

#cca744 #4469cc

#cca744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca744 Color CSS Codes

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

#cca744 Text Font Color

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

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


#cca744 Background Color

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

This div background color is #cca744


#cca744 Border Color

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

This div border color is #cca744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca744


Comments

No comments written yet.

Please login to write comment.