Color Hex Logo

#cfa68f Color Hex

#CFA68F
(207,166,143)
0 Favorites   0 Comments

Color spaces of #cfa68f

RGB 207166143
HSL0.060.400.69
HSV22°31°81°
CMYK 0.000.200.31   0.19
XYZ44.326342.521031.8577
Yxy42.52100.37340.3582
Hunter Lab65.20817.224116.6793
CIE-Lab71.228611.757817.6197

#cfa68f color RGB value is (207,166,143).

#cfa68f hex color red value is 207, green value is 166 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cfa68f hue: 0.06 , saturation: 0.40 and the lightness value of cfa68f is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100110 10001111
Octal 317 246 217
Decimal 207 166 143
Hex CF A6 8F

RGB Percentages of Color #cfa68f

%40.12
%32.17
%27.71

CMYK Percentages of Color #cfa68f

%0
%20
%31
%19

Triadic Colors of #cfa68f

#cfa68f #8fcfa6 #a68fcf

Analogous Colors of #cfa68f

#cfa68f #cfc68f #cf8f98

Monochromatic Colors of #cfa68f

#cfa68f

Complementary Color

#cfa68f #8fb8cf

#cfa68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa68f Color CSS Codes

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

#cfa68f Text Font Color

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

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


#cfa68f Background Color

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

This div background color is #cfa68f


#cfa68f Border Color

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

This div border color is #cfa68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa68f


Comments

No comments written yet.

Please login to write comment.