Color Hex Logo

#cfa78e Color Hex

#CFA78E
(207,167,142)
0 Favorites   0 Comments

Color spaces of #cfa78e

RGB 207167142
HSL0.060.400.68
HSV23°31°81°
CMYK 0.000.190.31   0.19
XYZ44.433342.855831.5213
Yxy42.85580.37400.3607
Hunter Lab65.46436.592617.2767
CIE-Lab71.457011.085318.4824

#cfa78e color RGB value is (207,167,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 10001110
Octal 317 247 216
Decimal 207 167 142
Hex CF A7 8E

RGB Percentages of Color #cfa78e

%40.12
%32.36
%27.52

CMYK Percentages of Color #cfa78e

%0
%19
%31
%19

Triadic Colors of #cfa78e

#cfa78e #8ecfa7 #a78ecf

Analogous Colors of #cfa78e

#cfa78e #cfc88e #cf8e96

Monochromatic Colors of #cfa78e

#cfa78e

Complementary Color

#cfa78e #8eb6cf

#cfa78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa78e Color CSS Codes

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

#cfa78e Text Font Color

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

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


#cfa78e Background Color

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

This div background color is #cfa78e


#cfa78e Border Color

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

This div border color is #cfa78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa78e

#cfa78e Color Palettes


Comments

No comments written yet.

Please login to write comment.