Color Hex Logo

#cfa14f Color Hex

#CFA14F
(207,161,79)
0 Favorites   0 Comments

Color spaces of #cfa14f

RGB 20716179
HSL0.110.570.56
HSV38°62°81°
CMYK 0.000.220.62   0.19
XYZ39.888339.319612.8842
Yxy39.31960.43310.4270
Hunter Lab62.70533.813631.7113
CIE-Lab68.98218.042948.3320

#cfa14f color RGB value is (207,161,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100001 01001111
Octal 317 241 117
Decimal 207 161 79
Hex CF A1 4F

RGB Percentages of Color #cfa14f

%46.31
%36.02
%17.67

CMYK Percentages of Color #cfa14f

%0
%22
%62
%19

Triadic Colors of #cfa14f

#cfa14f #4fcfa1 #a14fcf

Analogous Colors of #cfa14f

#cfa14f #bdcf4f #cf614f

Monochromatic Colors of #cfa14f

#cfa14f

Complementary Color

#cfa14f #4f7dcf

#cfa14f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa14f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa14f Color CSS Codes

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

#cfa14f Text Font Color

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

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


#cfa14f Background Color

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

This div background color is #cfa14f


#cfa14f Border Color

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

This div border color is #cfa14f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,161,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 #cfa14f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa14f


Comments

No comments written yet.

Please login to write comment.