Color Hex Logo

#cfa873 Color Hex

#CFA873
(207,168,115)
0 Favorites   0 Comments

Color spaces of #cfa873

RGB 207168115
HSL0.100.490.63
HSV35°44°81°
CMYK 0.000.190.44   0.19
XYZ42.829342.508522.1673
Yxy42.50850.39840.3954
Hunter Lab65.19853.160225.4806
CIE-Lab71.22017.379632.7234

#cfa873 color RGB value is (207,168,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 01110011
Octal 317 250 163
Decimal 207 168 115
Hex CF A8 73

RGB Percentages of Color #cfa873

%42.24
%34.29
%23.47

CMYK Percentages of Color #cfa873

%0
%19
%44
%19

Triadic Colors of #cfa873

#cfa873 #73cfa8 #a873cf

Analogous Colors of #cfa873

#cfa873 #c8cf73 #cf7a73

Monochromatic Colors of #cfa873

#cfa873

Complementary Color

#cfa873 #739acf

#cfa873 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa873 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa873 Color CSS Codes

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

#cfa873 Text Font Color

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

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


#cfa873 Background Color

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

This div background color is #cfa873


#cfa873 Border Color

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

This div border color is #cfa873


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa873


Comments

No comments written yet.

Please login to write comment.