Color Hex Logo

#cfa83f Color Hex

#CFA83F
(207,168,63)
0 Favorites   0 Comments

Color spaces of #cfa83f

RGB 20716863
HSL0.120.600.53
HSV44°70°81°
CMYK 0.000.190.70   0.19
XYZ40.632041.629510.5964
Yxy41.62950.43760.4483
Hunter Lab64.5209-0.501435.4273
CIE-Lab70.61473.318257.3410

#cfa83f color RGB value is (207,168,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 00111111
Octal 317 250 77
Decimal 207 168 63
Hex CF A8 3F

RGB Percentages of Color #cfa83f

%47.26
%38.36
%14.38

CMYK Percentages of Color #cfa83f

%0
%19
%70
%19

Triadic Colors of #cfa83f

#cfa83f #3fcfa8 #a83fcf

Analogous Colors of #cfa83f

#cfa83f #aecf3f #cf603f

Monochromatic Colors of #cfa83f

#cfa83f

Complementary Color

#cfa83f #3f66cf

#cfa83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa83f Color CSS Codes

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

#cfa83f Text Font Color

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

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


#cfa83f Background Color

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

This div background color is #cfa83f


#cfa83f Border Color

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

This div border color is #cfa83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa83f

#cfa83f Color Palettes


Comments

No comments written yet.

Please login to write comment.