Color Hex Logo

#cfa04f Color Hex

#CFA04F
(207,160,79)
0 Favorites   0 Comments

Color spaces of #cfa04f

RGB 20716079
HSL0.110.570.56
HSV38°62°81°
CMYK 0.000.230.62   0.19
XYZ39.714238.971512.8262
Yxy38.97150.43400.4259
Hunter Lab62.42724.308631.5174
CIE-Lab68.73068.581748.0459

#cfa04f color RGB value is (207,160,79).

#cfa04f hex color red value is 207, green value is 160 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #cfa04f hue: 0.11 , saturation: 0.57 and the lightness value of cfa04f is 0.56.

The process color (four color CMYK) of #cfa04f color hex is 0.00, 0.23, 0.62, 0.19. Web safe color of #cfa04f is #cc9966. Color #cfa04f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100000 01001111
Octal 317 240 117
Decimal 207 160 79
Hex CF A0 4F

RGB Percentages of Color #cfa04f

%46.41
%35.87
%17.71

CMYK Percentages of Color #cfa04f

%0
%23
%62
%19

Triadic Colors of #cfa04f

#cfa04f #4fcfa0 #a04fcf

Analogous Colors of #cfa04f

#cfa04f #becf4f #cf604f

Monochromatic Colors of #cfa04f

#cfa04f

Complementary Color

#cfa04f #4f7ecf

#cfa04f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa04f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa04f Color CSS Codes

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

#cfa04f Text Font Color

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

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


#cfa04f Background Color

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

This div background color is #cfa04f


#cfa04f Border Color

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

This div border color is #cfa04f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa04f


Comments

No comments written yet.

Please login to write comment.