Color Hex Logo

#cfa46a Color Hex

#CFA46A
(207,164,106)
0 Favorites   0 Comments

Color spaces of #cfa46a

RGB 207164106
HSL0.100.510.61
HSV34°49°81°
CMYK 0.000.210.49   0.19
XYZ41.609140.856919.3288
Yxy40.85690.40880.4014
Hunter Lab63.91944.337826.8147
CIE-Lab70.07558.637536.0030

#cfa46a color RGB value is (207,164,106).

#cfa46a hex color red value is 207, green value is 164 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cfa46a hue: 0.10 , saturation: 0.51 and the lightness value of cfa46a is 0.61.

The process color (four color CMYK) of #cfa46a color hex is 0.00, 0.21, 0.49, 0.19. Web safe color of #cfa46a is #cc9966. Color #cfa46a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 01101010
Octal 317 244 152
Decimal 207 164 106
Hex CF A4 6A

RGB Percentages of Color #cfa46a

%43.40
%34.38
%22.22

CMYK Percentages of Color #cfa46a

%0
%21
%49
%19

Triadic Colors of #cfa46a

#cfa46a #6acfa4 #a46acf

Analogous Colors of #cfa46a

#cfa46a #c8cf6a #cf726a

Monochromatic Colors of #cfa46a

#cfa46a

Complementary Color

#cfa46a #6a95cf

#cfa46a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa46a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa46a Color CSS Codes

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

#cfa46a Text Font Color

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

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


#cfa46a Background Color

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

This div background color is #cfa46a


#cfa46a Border Color

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

This div border color is #cfa46a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa46a


Comments

No comments written yet.

Please login to write comment.