Color Hex Logo

#cfa773 Color Hex

#CFA773
(207,167,115)
0 Favorites   0 Comments

Color spaces of #cfa773

RGB 207167115
HSL0.090.490.63
HSV34°44°81°
CMYK 0.000.190.44   0.19
XYZ42.645442.140622.1060
Yxy42.14060.39900.3942
Hunter Lab64.91583.660125.2508
CIE-Lab70.96777.917932.3969

#cfa773 color RGB value is (207,167,115).

#cfa773 hex color red value is 207, green value is 167 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cfa773 hue: 0.09 , saturation: 0.49 and the lightness value of cfa773 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100111 01110011
Octal 317 247 163
Decimal 207 167 115
Hex CF A7 73

RGB Percentages of Color #cfa773

%42.33
%34.15
%23.52

CMYK Percentages of Color #cfa773

%0
%19
%44
%19

Triadic Colors of #cfa773

#cfa773 #73cfa7 #a773cf

Analogous Colors of #cfa773

#cfa773 #c9cf73 #cf7973

Monochromatic Colors of #cfa773

#cfa773

Complementary Color

#cfa773 #739bcf

#cfa773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa773 Color CSS Codes

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

#cfa773 Text Font Color

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

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


#cfa773 Background Color

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

This div background color is #cfa773


#cfa773 Border Color

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

This div border color is #cfa773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa773


Comments

No comments written yet.

Please login to write comment.