Color Hex Logo

#cfa173 Color Hex

#CFA173
(207,161,115)
0 Favorites   0 Comments

Color spaces of #cfa173

RGB 207161115
HSL0.080.490.63
HSV30°44°81°
CMYK 0.000.220.44   0.19
XYZ41.571539.992921.7480
Yxy39.99290.40240.3871
Hunter Lab63.23996.669123.8783
CIE-Lab69.464511.157130.4431

#cfa173 color RGB value is (207,161,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100001 01110011
Octal 317 241 163
Decimal 207 161 115
Hex CF A1 73

RGB Percentages of Color #cfa173

%42.86
%33.33
%23.81

CMYK Percentages of Color #cfa173

%0
%22
%44
%19

Triadic Colors of #cfa173

#cfa173 #73cfa1 #a173cf

Analogous Colors of #cfa173

#cfa173 #cfcf73 #cf7373

Monochromatic Colors of #cfa173

#cfa173

Complementary Color

#cfa173 #73a1cf

#cfa173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa173 Color CSS Codes

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

#cfa173 Text Font Color

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

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


#cfa173 Background Color

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

This div background color is #cfa173


#cfa173 Border Color

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

This div border color is #cfa173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa173


Comments

No comments written yet.

Please login to write comment.