Color Hex Logo

#cfa78a Color Hex

#CFA78A
(207,167,138)
0 Favorites   0 Comments

Color spaces of #cfa78a

RGB 207167138
HSL0.070.420.68
HSV25°33°81°
CMYK 0.000.190.33   0.19
XYZ44.138342.737829.9676
Yxy42.73780.37780.3658
Hunter Lab65.37426.112118.5833
CIE-Lab71.376610.570920.5544

#cfa78a color RGB value is (207,167,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 10001010
Octal 317 247 212
Decimal 207 167 138
Hex CF A7 8A

RGB Percentages of Color #cfa78a

%40.43
%32.62
%26.95

CMYK Percentages of Color #cfa78a

%0
%19
%33
%19

Triadic Colors of #cfa78a

#cfa78a #8acfa7 #a78acf

Analogous Colors of #cfa78a

#cfa78a #cfca8a #cf8a90

Monochromatic Colors of #cfa78a

#cfa78a

Complementary Color

#cfa78a #8ab2cf

#cfa78a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa78a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa78a Color CSS Codes

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

#cfa78a Text Font Color

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

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


#cfa78a Background Color

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

This div background color is #cfa78a


#cfa78a Border Color

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

This div border color is #cfa78a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa78a


Comments

No comments written yet.

Please login to write comment.