Color Hex Logo

#cfa70f Color Hex

#CFA70F
(207,167,15)
0 Favorites   0 Comments

Color spaces of #cfa70f

RGB 20716715
HSL0.130.860.44
HSV48°93°81°
CMYK 0.000.190.93   0.19
XYZ39.637140.93736.2645
Yxy40.93730.45640.4714
Hunter Lab63.9823-1.388038.9825
CIE-Lab70.13202.299371.2937

#cfa70f color RGB value is (207,167,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 00001111
Octal 317 247 17
Decimal 207 167 15
Hex CF A7 F

RGB Percentages of Color #cfa70f

%53.21
%42.93
%3.86

CMYK Percentages of Color #cfa70f

%0
%19
%93
%19

Triadic Colors of #cfa70f

#cfa70f #0fcfa7 #a70fcf

Analogous Colors of #cfa70f

#cfa70f #97cf0f #cf470f

Monochromatic Colors of #cfa70f

#cfa70f

Complementary Color

#cfa70f #0f37cf

#cfa70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa70f Color CSS Codes

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

#cfa70f Text Font Color

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

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


#cfa70f Background Color

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

This div background color is #cfa70f


#cfa70f Border Color

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

This div border color is #cfa70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa70f


Comments

No comments written yet.

Please login to write comment.