Color Hex Logo

#cfa70c Color Hex

#CFA70C
(207,167,12)
0 Favorites   0 Comments

Color spaces of #cfa70c

RGB 20716712
HSL0.130.890.43
HSV48°94°81°
CMYK 0.000.190.94   0.19
XYZ39.617240.92946.1599
Yxy40.92940.45690.4720
Hunter Lab63.9761-1.422039.0746
CIE-Lab70.12642.260771.7162

#cfa70c color RGB value is (207,167,12).

#cfa70c hex color red value is 207, green value is 167 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #cfa70c hue: 0.13 , saturation: 0.89 and the lightness value of cfa70c is 0.43.

The process color (four color CMYK) of #cfa70c color hex is 0.00, 0.19, 0.94, 0.19. Web safe color of #cfa70c is #cc9900. Color #cfa70c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 00001100
Octal 317 247 14
Decimal 207 167 12
Hex CF A7 C

RGB Percentages of Color #cfa70c

%53.63
%43.26
%3.11

CMYK Percentages of Color #cfa70c

%0
%19
%94
%19

Triadic Colors of #cfa70c

#cfa70c #0ccfa7 #a70ccf

Analogous Colors of #cfa70c

#cfa70c #96cf0c #cf460c

Monochromatic Colors of #cfa70c

#cfa70c

Complementary Color

#cfa70c #0c34cf

#cfa70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa70c Color CSS Codes

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

#cfa70c Text Font Color

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

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


#cfa70c Background Color

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

This div background color is #cfa70c


#cfa70c Border Color

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

This div border color is #cfa70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa70c


Comments

No comments written yet.

Please login to write comment.