Color Hex Logo

#cfac72 Color Hex

#CFAC72
(207,172,114)
0 Favorites   0 Comments

Color spaces of #cfac72

RGB 207172114
HSL0.100.490.63
HSV37°45°81°
CMYK 0.000.170.45   0.19
XYZ43.521943.985422.1158
Yxy43.98540.39700.4012
Hunter Lab66.32151.073826.6540
CIE-Lab72.21875.130434.5364

#cfac72 color RGB value is (207,172,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 01110010
Octal 317 254 162
Decimal 207 172 114
Hex CF AC 72

RGB Percentages of Color #cfac72

%41.99
%34.89
%23.12

CMYK Percentages of Color #cfac72

%0
%17
%45
%19

Triadic Colors of #cfac72

#cfac72 #72cfac #ac72cf

Analogous Colors of #cfac72

#cfac72 #c4cf72 #cf7e72

Monochromatic Colors of #cfac72

#cfac72

Complementary Color

#cfac72 #7295cf

#cfac72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfac72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfac72 Color CSS Codes

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

#cfac72 Text Font Color

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

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


#cfac72 Background Color

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

This div background color is #cfac72


#cfac72 Border Color

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

This div border color is #cfac72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfac72


Comments

No comments written yet.

Please login to write comment.