Color Hex Logo

#cfa434 Color Hex

#CFA434
(207,164,52)
0 Favorites   0 Comments

Color spaces of #cfa434

RGB 20716452
HSL0.120.620.51
HSV43°75°81°
CMYK 0.000.210.75   0.19
XYZ39.627440.06438.8934
Yxy40.06430.44730.4523
Hunter Lab63.29640.983335.9770
CIE-Lab69.51534.926960.6643

#cfa434 color RGB value is (207,164,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 00110100
Octal 317 244 64
Decimal 207 164 52
Hex CF A4 34

RGB Percentages of Color #cfa434

%48.94
%38.77
%12.29

CMYK Percentages of Color #cfa434

%0
%21
%75
%19

Triadic Colors of #cfa434

#cfa434 #34cfa4 #a434cf

Analogous Colors of #cfa434

#cfa434 #adcf34 #cf5734

Monochromatic Colors of #cfa434

#cfa434

Complementary Color

#cfa434 #345fcf

#cfa434 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa434 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa434 Color CSS Codes

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

#cfa434 Text Font Color

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

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


#cfa434 Background Color

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

This div background color is #cfa434


#cfa434 Border Color

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

This div border color is #cfa434


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa434


Comments

No comments written yet.

Please login to write comment.