Color Hex Logo

#cfa872 Color Hex

#CFA872
(207,168,114)
0 Favorites   0 Comments

Color spaces of #cfa872

RGB 207168114
HSL0.100.490.63
HSV35°45°81°
CMYK 0.000.190.45   0.19
XYZ42.772042.485621.8658
Yxy42.48560.39930.3966
Hunter Lab65.18103.065625.7371
CIE-Lab71.20447.276133.2323

#cfa872 color RGB value is (207,168,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101000 01110010
Octal 317 250 162
Decimal 207 168 114
Hex CF A8 72

RGB Percentages of Color #cfa872

%42.33
%34.36
%23.31

CMYK Percentages of Color #cfa872

%0
%19
%45
%19

Triadic Colors of #cfa872

#cfa872 #72cfa8 #a872cf

Analogous Colors of #cfa872

#cfa872 #c8cf72 #cf7a72

Monochromatic Colors of #cfa872

#cfa872

Complementary Color

#cfa872 #7299cf

#cfa872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa872 Color CSS Codes

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

#cfa872 Text Font Color

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

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


#cfa872 Background Color

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

This div background color is #cfa872


#cfa872 Border Color

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

This div border color is #cfa872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa872


Comments

No comments written yet.

Please login to write comment.