Color Hex Logo

#cfa42e Color Hex

#CFA42E
(207,164,46)
0 Favorites   0 Comments

Color spaces of #cfa42e

RGB 20716446
HSL0.120.640.50
HSV44°78°81°
CMYK 0.000.210.78   0.19
XYZ39.500740.01368.2262
Yxy40.01360.45020.4560
Hunter Lab63.25630.766636.5690
CIE-Lab69.47924.683962.8287

#cfa42e color RGB value is (207,164,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 00101110
Octal 317 244 56
Decimal 207 164 46
Hex CF A4 2E

RGB Percentages of Color #cfa42e

%49.64
%39.33
%11.03

CMYK Percentages of Color #cfa42e

%0
%21
%78
%19

Triadic Colors of #cfa42e

#cfa42e #2ecfa4 #a42ecf

Analogous Colors of #cfa42e

#cfa42e #aacf2e #cf542e

Monochromatic Colors of #cfa42e

#cfa42e

Complementary Color

#cfa42e #2e59cf

#cfa42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa42e Color CSS Codes

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

#cfa42e Text Font Color

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

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


#cfa42e Background Color

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

This div background color is #cfa42e


#cfa42e Border Color

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

This div border color is #cfa42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa42e


Comments

No comments written yet.

Please login to write comment.