Color Hex Logo

#cca94f Color Hex

#CCA94F
(204,169,79)
0 Favorites   0 Comments

Color spaces of #cca94f

RGB 20416979
HSL0.120.550.55
HSV43°61°80°
CMYK 0.000.170.61   0.20
XYZ40.501141.777813.3264
Yxy41.77780.42360.4370
Hunter Lab64.6357-1.263533.0208
CIE-Lab70.71752.470450.2132

#cca94f color RGB value is (204,169,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 01001111
Octal 314 251 117
Decimal 204 169 79
Hex CC A9 4F

RGB Percentages of Color #cca94f

%45.13
%37.39
%17.48

CMYK Percentages of Color #cca94f

%0
%17
%61
%20

Triadic Colors of #cca94f

#cca94f #4fcca9 #a94fcc

Analogous Colors of #cca94f

#cca94f #b1cc4f #cc6b4f

Monochromatic Colors of #cca94f

#cca94f

Complementary Color

#cca94f #4f72cc

#cca94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca94f Color CSS Codes

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

#cca94f Text Font Color

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

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


#cca94f Background Color

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

This div background color is #cca94f


#cca94f Border Color

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

This div border color is #cca94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca94f


Comments

No comments written yet.

Please login to write comment.