Color Hex Logo

#cfa67f Color Hex

#CFA67F
(207,166,127)
0 Favorites   0 Comments

Color spaces of #cfa67f

RGB 207166127
HSL0.080.450.65
HSV29°39°81°
CMYK 0.000.200.39   0.19
XYZ43.199142.070125.9222
Yxy42.07010.38850.3784
Hunter Lab64.86155.377221.7075
CIE-Lab70.91929.776525.9048

#cfa67f color RGB value is (207,166,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 01111111
Octal 317 246 177
Decimal 207 166 127
Hex CF A6 7F

RGB Percentages of Color #cfa67f

%41.40
%33.20
%25.40

CMYK Percentages of Color #cfa67f

%0
%20
%39
%19

Triadic Colors of #cfa67f

#cfa67f #7fcfa6 #a67fcf

Analogous Colors of #cfa67f

#cfa67f #cfce7f #cf7f80

Monochromatic Colors of #cfa67f

#cfa67f

Complementary Color

#cfa67f #7fa8cf

#cfa67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa67f Color CSS Codes

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

#cfa67f Text Font Color

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

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


#cfa67f Background Color

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

This div background color is #cfa67f


#cfa67f Border Color

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

This div border color is #cfa67f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,166,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 #cfa67f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa67f


Comments

No comments written yet.

Please login to write comment.