Color Hex Logo

#cfa461 Color Hex

#CFA461
(207,164,97)
0 Favorites   0 Comments

Color spaces of #cfa461

RGB 20716497
HSL0.100.530.60
HSV37°53°81°
CMYK 0.000.210.53   0.19
XYZ41.165340.679416.9915
Yxy40.67940.41650.4116
Hunter Lab63.78043.592228.8511
CIE-Lab69.95077.821040.5145

#cfa461 color RGB value is (207,164,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 01100001
Octal 317 244 141
Decimal 207 164 97
Hex CF A4 61

RGB Percentages of Color #cfa461

%44.23
%35.04
%20.73

CMYK Percentages of Color #cfa461

%0
%21
%53
%19

Triadic Colors of #cfa461

#cfa461 #61cfa4 #a461cf

Analogous Colors of #cfa461

#cfa461 #c3cf61 #cf6d61

Monochromatic Colors of #cfa461

#cfa461

Complementary Color

#cfa461 #618ccf

#cfa461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa461 Color CSS Codes

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

#cfa461 Text Font Color

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

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


#cfa461 Background Color

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

This div background color is #cfa461


#cfa461 Border Color

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

This div border color is #cfa461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa461


Comments

No comments written yet.

Please login to write comment.