Color Hex Logo

#cfa87c Color Hex

#CFA87C
(207,168,124)
0 Favorites   0 Comments

Color spaces of #cfa87c

RGB 207168124
HSL0.090.460.65
HSV32°40°81°
CMYK 0.000.190.40   0.19
XYZ43.372842.725925.0297
Yxy42.72590.39030.3845
Hunter Lab65.36514.054323.0521
CIE-Lab71.36858.354428.1187

#cfa87c color RGB value is (207,168,124).

#cfa87c hex color red value is 207, green value is 168 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #cfa87c hue: 0.09 , saturation: 0.46 and the lightness value of cfa87c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 01111100
Octal 317 250 174
Decimal 207 168 124
Hex CF A8 7C

RGB Percentages of Color #cfa87c

%41.48
%33.67
%24.85

CMYK Percentages of Color #cfa87c

%0
%19
%40
%19

Triadic Colors of #cfa87c

#cfa87c #7ccfa8 #a87ccf

Analogous Colors of #cfa87c

#cfa87c #cdcf7c #cf7f7c

Monochromatic Colors of #cfa87c

#cfa87c

Complementary Color

#cfa87c #7ca3cf

#cfa87c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa87c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa87c Color CSS Codes

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

#cfa87c Text Font Color

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

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


#cfa87c Background Color

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

This div background color is #cfa87c


#cfa87c Border Color

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

This div border color is #cfa87c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa87c


Comments

No comments written yet.

Please login to write comment.