Color Hex Logo

#cfa476 Color Hex

#CFA476
(207,164,118)
0 Favorites   0 Comments

Color spaces of #cfa476

RGB 207164118
HSL0.090.480.64
HSV31°43°81°
CMYK 0.000.210.43   0.19
XYZ42.277641.124322.8491
Yxy41.12430.39790.3870
Hunter Lab64.12825.454723.7645
CIE-Lab70.26299.852329.8790

#cfa476 color RGB value is (207,164,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 01110110
Octal 317 244 166
Decimal 207 164 118
Hex CF A4 76

RGB Percentages of Color #cfa476

%42.33
%33.54
%24.13

CMYK Percentages of Color #cfa476

%0
%21
%43
%19

Triadic Colors of #cfa476

#cfa476 #76cfa4 #a476cf

Analogous Colors of #cfa476

#cfa476 #cecf76 #cf7876

Monochromatic Colors of #cfa476

#cfa476

Complementary Color

#cfa476 #76a1cf

#cfa476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa476 Color CSS Codes

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

#cfa476 Text Font Color

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

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


#cfa476 Background Color

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

This div background color is #cfa476


#cfa476 Border Color

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

This div border color is #cfa476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa476


Comments

No comments written yet.

Please login to write comment.