Color Hex Logo

#cfa446 Color Hex

#CFA446
(207,164,70)
0 Favorites   0 Comments

Color spaces of #cfa446

RGB 20716470
HSL0.110.590.54
HSV41°66°81°
CMYK 0.000.210.66   0.19
XYZ40.113140.258511.4508
Yxy40.25850.43690.4384
Hunter Lab63.44961.811733.7146
CIE-Lab69.65335.852253.2744

#cfa446 color RGB value is (207,164,70).

#cfa446 hex color red value is 207, green value is 164 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cfa446 hue: 0.11 , saturation: 0.59 and the lightness value of cfa446 is 0.54.

The process color (four color CMYK) of #cfa446 color hex is 0.00, 0.21, 0.66, 0.19. Web safe color of #cfa446 is #cc9933. Color #cfa446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 01000110
Octal 317 244 106
Decimal 207 164 70
Hex CF A4 46

RGB Percentages of Color #cfa446

%46.94
%37.19
%15.87

CMYK Percentages of Color #cfa446

%0
%21
%66
%19

Triadic Colors of #cfa446

#cfa446 #46cfa4 #a446cf

Analogous Colors of #cfa446

#cfa446 #b6cf46 #cf6046

Monochromatic Colors of #cfa446

#cfa446

Complementary Color

#cfa446 #4671cf

#cfa446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa446 Color CSS Codes

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

#cfa446 Text Font Color

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

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


#cfa446 Background Color

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

This div background color is #cfa446


#cfa446 Border Color

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

This div border color is #cfa446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa446


Comments

No comments written yet.

Please login to write comment.