Color Hex Logo

#cfa73c Color Hex

#CFA73C
(207,167,60)
0 Favorites   0 Comments

Color spaces of #cfa73c

RGB 20716760
HSL0.120.600.52
HSV44°71°81°
CMYK 0.000.190.71   0.19
XYZ40.366541.229110.1054
Yxy41.22910.44020.4496
Hunter Lab64.2099-0.150635.6158
CIE-Lab70.33613.696858.3042

#cfa73c color RGB value is (207,167,60).

#cfa73c hex color red value is 207, green value is 167 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cfa73c hue: 0.12 , saturation: 0.60 and the lightness value of cfa73c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 00111100
Octal 317 247 74
Decimal 207 167 60
Hex CF A7 3C

RGB Percentages of Color #cfa73c

%47.70
%38.48
%13.82

CMYK Percentages of Color #cfa73c

%0
%19
%71
%19

Triadic Colors of #cfa73c

#cfa73c #3ccfa7 #a73ccf

Analogous Colors of #cfa73c

#cfa73c #aecf3c #cf5e3c

Monochromatic Colors of #cfa73c

#cfa73c

Complementary Color

#cfa73c #3c64cf

#cfa73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa73c Color CSS Codes

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

#cfa73c Text Font Color

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

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


#cfa73c Background Color

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

This div background color is #cfa73c


#cfa73c Border Color

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

This div border color is #cfa73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa73c


Comments

No comments written yet.

Please login to write comment.