Color Hex Logo

#cfa88f Color Hex

#CFA88F
(207,168,143)
0 Favorites   0 Comments

Color spaces of #cfa88f

RGB 207168143
HSL0.070.400.69
HSV23°31°81°
CMYK 0.000.190.31   0.19
XYZ44.692743.253831.9799
Yxy43.25380.37270.3607
Hunter Lab65.76766.207217.2072
CIE-Lab71.726910.675618.3092

#cfa88f color RGB value is (207,168,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 10001111
Octal 317 250 217
Decimal 207 168 143
Hex CF A8 8F

RGB Percentages of Color #cfa88f

%39.96
%32.43
%27.61

CMYK Percentages of Color #cfa88f

%0
%19
%31
%19

Triadic Colors of #cfa88f

#cfa88f #8fcfa8 #a88fcf

Analogous Colors of #cfa88f

#cfa88f #cfc88f #cf8f96

Monochromatic Colors of #cfa88f

#cfa88f

Complementary Color

#cfa88f #8fb6cf

#cfa88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa88f Color CSS Codes

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

#cfa88f Text Font Color

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

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


#cfa88f Background Color

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

This div background color is #cfa88f


#cfa88f Border Color

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

This div border color is #cfa88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa88f


Comments

No comments written yet.

Please login to write comment.