Color Hex Logo

#cfa32e Color Hex

#CFA32E
(207,163,46)
0 Favorites   0 Comments

Color spaces of #cfa32e

RGB 20716346
HSL0.120.640.50
HSV44°78°81°
CMYK 0.000.210.78   0.19
XYZ39.322539.65708.1668
Yxy39.65700.45120.4551
Hunter Lab62.97381.255936.3926
CIE-Lab69.22455.219862.5936

#cfa32e color RGB value is (207,163,46).

#cfa32e hex color red value is 207, green value is 163 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cfa32e hue: 0.12 , saturation: 0.64 and the lightness value of cfa32e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 00101110
Octal 317 243 56
Decimal 207 163 46
Hex CF A3 2E

RGB Percentages of Color #cfa32e

%49.76
%39.18
%11.06

CMYK Percentages of Color #cfa32e

%0
%21
%78
%19

Triadic Colors of #cfa32e

#cfa32e #2ecfa3 #a32ecf

Analogous Colors of #cfa32e

#cfa32e #abcf2e #cf532e

Monochromatic Colors of #cfa32e

#cfa32e

Complementary Color

#cfa32e #2e5acf

#cfa32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa32e Color CSS Codes

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

#cfa32e Text Font Color

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

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


#cfa32e Background Color

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

This div background color is #cfa32e


#cfa32e Border Color

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

This div border color is #cfa32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa32e


Comments

No comments written yet.

Please login to write comment.