Color Hex Logo

#cfa37f Color Hex

#CFA37F
(207,163,127)
0 Favorites   0 Comments

Color spaces of #cfa37f

RGB 207163127
HSL0.080.450.65
HSV27°39°81°
CMYK 0.000.210.39   0.19
XYZ42.660140.992125.7425
Yxy40.99210.39000.3747
Hunter Lab64.02516.891220.9789
CIE-Lab70.170411.398724.9008

#cfa37f color RGB value is (207,163,127).

#cfa37f hex color red value is 207, green value is 163 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cfa37f hue: 0.08 , saturation: 0.45 and the lightness value of cfa37f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 01111111
Octal 317 243 177
Decimal 207 163 127
Hex CF A3 7F

RGB Percentages of Color #cfa37f

%41.65
%32.80
%25.55

CMYK Percentages of Color #cfa37f

%0
%21
%39
%19

Triadic Colors of #cfa37f

#cfa37f #7fcfa3 #a37fcf

Analogous Colors of #cfa37f

#cfa37f #cfcb7f #cf7f83

Monochromatic Colors of #cfa37f

#cfa37f

Complementary Color

#cfa37f #7fabcf

#cfa37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa37f Color CSS Codes

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

#cfa37f Text Font Color

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

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


#cfa37f Background Color

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

This div background color is #cfa37f


#cfa37f Border Color

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

This div border color is #cfa37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa37f


Comments

No comments written yet.

Please login to write comment.