Color Hex Logo

#cfa96f Color Hex

#CFA96F
(207,169,111)
0 Favorites   0 Comments

Color spaces of #cfa96f

RGB 207169111
HSL0.100.500.62
HSV36°46°81°
CMYK 0.000.180.46   0.19
XYZ42.789342.789021.0428
Yxy42.78900.40130.4013
Hunter Lab65.41332.290326.7163
CIE-Lab71.41156.435135.0776

#cfa96f color RGB value is (207,169,111).

#cfa96f hex color red value is 207, green value is 169 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #cfa96f hue: 0.10 , saturation: 0.50 and the lightness value of cfa96f is 0.62.

The process color (four color CMYK) of #cfa96f color hex is 0.00, 0.18, 0.46, 0.19. Web safe color of #cfa96f is #cc9966. Color #cfa96f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101001 01101111
Octal 317 251 157
Decimal 207 169 111
Hex CF A9 6F

RGB Percentages of Color #cfa96f

%42.51
%34.70
%22.79

CMYK Percentages of Color #cfa96f

%0
%18
%46
%19

Triadic Colors of #cfa96f

#cfa96f #6fcfa9 #a96fcf

Analogous Colors of #cfa96f

#cfa96f #c5cf6f #cf796f

Monochromatic Colors of #cfa96f

#cfa96f

Complementary Color

#cfa96f #6f95cf

#cfa96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa96f Color CSS Codes

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

#cfa96f Text Font Color

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

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


#cfa96f Background Color

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

This div background color is #cfa96f


#cfa96f Border Color

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

This div border color is #cfa96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa96f


Comments

No comments written yet.

Please login to write comment.