Color Hex Logo

#cfa73e Color Hex

#CFA73E
(207,167,62)
0 Favorites   0 Comments

Color spaces of #cfa73e

RGB 20716762
HSL0.120.600.53
HSV43°70°81°
CMYK 0.000.190.70   0.19
XYZ40.420341.250610.3892
Yxy41.25060.43910.4481
Hunter Lab64.2266-0.059735.3680
CIE-Lab70.35113.799057.4902

#cfa73e color RGB value is (207,167,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 00111110
Octal 317 247 76
Decimal 207 167 62
Hex CF A7 3E

RGB Percentages of Color #cfa73e

%47.48
%38.30
%14.22

CMYK Percentages of Color #cfa73e

%0
%19
%70
%19

Triadic Colors of #cfa73e

#cfa73e #3ecfa7 #a73ecf

Analogous Colors of #cfa73e

#cfa73e #afcf3e #cf5e3e

Monochromatic Colors of #cfa73e

#cfa73e

Complementary Color

#cfa73e #3e66cf

#cfa73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa73e Color CSS Codes

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

#cfa73e Text Font Color

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

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


#cfa73e Background Color

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

This div background color is #cfa73e


#cfa73e Border Color

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

This div border color is #cfa73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa73e


Comments

No comments written yet.

Please login to write comment.