Color Hex Logo

#cfa761 Color Hex

#CFA761
(207,167,97)
0 Favorites   0 Comments

Color spaces of #cfa761

RGB 20716797
HSL0.110.530.60
HSV38°53°81°
CMYK 0.000.190.53   0.19
XYZ41.708541.765917.1726
Yxy41.76590.41440.4150
Hunter Lab64.62652.103429.4840
CIE-Lab70.70926.208341.4411

#cfa761 color RGB value is (207,167,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 01100001
Octal 317 247 141
Decimal 207 167 97
Hex CF A7 61

RGB Percentages of Color #cfa761

%43.95
%35.46
%20.59

CMYK Percentages of Color #cfa761

%0
%19
%53
%19

Triadic Colors of #cfa761

#cfa761 #61cfa7 #a761cf

Analogous Colors of #cfa761

#cfa761 #c0cf61 #cf7061

Monochromatic Colors of #cfa761

#cfa761

Complementary Color

#cfa761 #6189cf

#cfa761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa761 Color CSS Codes

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

#cfa761 Text Font Color

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

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


#cfa761 Background Color

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

This div background color is #cfa761


#cfa761 Border Color

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

This div border color is #cfa761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa761


Comments

No comments written yet.

Please login to write comment.