Color Hex Logo

#cfa34a Color Hex

#CFA34A
(207,163,74)
0 Favorites   0 Comments

Color spaces of #cfa34a

RGB 20716374
HSL0.110.580.55
HSV40°64°81°
CMYK 0.000.210.64   0.19
XYZ40.065439.954212.0788
Yxy39.95420.43500.4338
Hunter Lab63.20932.526332.9167
CIE-Lab69.43696.636051.2062

#cfa34a color RGB value is (207,163,74).

#cfa34a hex color red value is 207, green value is 163 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cfa34a hue: 0.11 , saturation: 0.58 and the lightness value of cfa34a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 01001010
Octal 317 243 112
Decimal 207 163 74
Hex CF A3 4A

RGB Percentages of Color #cfa34a

%46.62
%36.71
%16.67

CMYK Percentages of Color #cfa34a

%0
%21
%64
%19

Triadic Colors of #cfa34a

#cfa34a #4acfa3 #a34acf

Analogous Colors of #cfa34a

#cfa34a #b9cf4a #cf614a

Monochromatic Colors of #cfa34a

#cfa34a

Complementary Color

#cfa34a #4a76cf

#cfa34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa34a Color CSS Codes

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

#cfa34a Text Font Color

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

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


#cfa34a Background Color

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

This div background color is #cfa34a


#cfa34a Border Color

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

This div border color is #cfa34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa34a


Comments

No comments written yet.

Please login to write comment.