Color Hex Logo

#cfa76c Color Hex

#CFA76C
(207,167,108)
0 Favorites   0 Comments

Color spaces of #cfa76c

RGB 207167108
HSL0.100.510.62
HSV36°48°81°
CMYK 0.000.190.48   0.19
XYZ42.257641.985520.0642
Yxy41.98550.40510.4025
Hunter Lab64.79623.017426.9982
CIE-Lab70.86097.214535.9493

#cfa76c color RGB value is (207,167,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 01101100
Octal 317 247 154
Decimal 207 167 108
Hex CF A7 6C

RGB Percentages of Color #cfa76c

%42.95
%34.65
%22.41

CMYK Percentages of Color #cfa76c

%0
%19
%48
%19

Triadic Colors of #cfa76c

#cfa76c #6ccfa7 #a76ccf

Analogous Colors of #cfa76c

#cfa76c #c6cf6c #cf766c

Monochromatic Colors of #cfa76c

#cfa76c

Complementary Color

#cfa76c #6c94cf

#cfa76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa76c Color CSS Codes

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

#cfa76c Text Font Color

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

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


#cfa76c Background Color

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

This div background color is #cfa76c


#cfa76c Border Color

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

This div border color is #cfa76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa76c


Comments

No comments written yet.

Please login to write comment.