Color Hex Logo

#cfa79d Color Hex

#CFA79D
(207,167,157)
0 Favorites   0 Comments

Color spaces of #cfa79d

RGB 207167157
HSL0.030.340.71
HSV12°24°81°
CMYK 0.000.190.24   0.19
XYZ45.636643.337237.8579
Yxy43.33720.35980.3417
Hunter Lab65.83108.538911.9854
CIE-Lab71.783213.150910.7147

#cfa79d color RGB value is (207,167,157).

#cfa79d hex color red value is 207, green value is 167 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #cfa79d hue: 0.03 , saturation: 0.34 and the lightness value of cfa79d is 0.71.

The process color (four color CMYK) of #cfa79d color hex is 0.00, 0.19, 0.24, 0.19. Web safe color of #cfa79d is #cc9999. Color #cfa79d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 10011101
Octal 317 247 235
Decimal 207 167 157
Hex CF A7 9D

RGB Percentages of Color #cfa79d

%38.98
%31.45
%29.57

CMYK Percentages of Color #cfa79d

%0
%19
%24
%19

Triadic Colors of #cfa79d

#cfa79d #9dcfa7 #a79dcf

Analogous Colors of #cfa79d

#cfa79d #cfc09d #cf9dac

Monochromatic Colors of #cfa79d

#cfa79d

Complementary Color

#cfa79d #9dc5cf

#cfa79d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa79d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa79d Color CSS Codes

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

#cfa79d Text Font Color

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

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


#cfa79d Background Color

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

This div background color is #cfa79d


#cfa79d Border Color

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

This div border color is #cfa79d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa79d


Comments

No comments written yet.

Please login to write comment.