Color Hex Logo

#cfad79 Color Hex

#CFAD79
(207,173,121)
0 Favorites   0 Comments

Color spaces of #cfad79

RGB 207173121
HSL0.100.470.64
HSV36°42°81°
CMYK 0.000.160.42   0.19
XYZ44.126944.533024.3592
Yxy44.53300.39040.3940
Hunter Lab66.73311.249425.0708
CIE-Lab72.58335.336431.3171

#cfad79 color RGB value is (207,173,121).

#cfad79 hex color red value is 207, green value is 173 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #cfad79 hue: 0.10 , saturation: 0.47 and the lightness value of cfad79 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101101 01111001
Octal 317 255 171
Decimal 207 173 121
Hex CF AD 79

RGB Percentages of Color #cfad79

%41.32
%34.53
%24.15

CMYK Percentages of Color #cfad79

%0
%16
%42
%19

Triadic Colors of #cfad79

#cfad79 #79cfad #ad79cf

Analogous Colors of #cfad79

#cfad79 #c6cf79 #cf8279

Monochromatic Colors of #cfad79

#cfad79

Complementary Color

#cfad79 #799bcf

#cfad79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfad79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfad79 Color CSS Codes

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

#cfad79 Text Font Color

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

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


#cfad79 Background Color

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

This div background color is #cfad79


#cfad79 Border Color

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

This div border color is #cfad79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfad79


Comments

No comments written yet.

Please login to write comment.