Color Hex Logo

#cfac40 Color Hex

#CFAC40
(207,172,64)
0 Favorites   0 Comments

Color spaces of #cfac40

RGB 20717264
HSL0.130.600.53
HSV45°69°81°
CMYK 0.000.170.69   0.19
XYZ41.410143.140610.9949
Yxy43.14060.43340.4515
Hunter Lab65.6815-2.404136.0521
CIE-Lab71.65031.243657.9875

#cfac40 color RGB value is (207,172,64).

#cfac40 hex color red value is 207, green value is 172 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #cfac40 hue: 0.13 , saturation: 0.60 and the lightness value of cfac40 is 0.53.

The process color (four color CMYK) of #cfac40 color hex is 0.00, 0.17, 0.69, 0.19. Web safe color of #cfac40 is #cc9933. Color #cfac40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 01000000
Octal 317 254 100
Decimal 207 172 64
Hex CF AC 40

RGB Percentages of Color #cfac40

%46.73
%38.83
%14.45

CMYK Percentages of Color #cfac40

%0
%17
%69
%19

Triadic Colors of #cfac40

#cfac40 #40cfac #ac40cf

Analogous Colors of #cfac40

#cfac40 #abcf40 #cf6540

Monochromatic Colors of #cfac40

#cfac40

Complementary Color

#cfac40 #4063cf

#cfac40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfac40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfac40 Color CSS Codes

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

#cfac40 Text Font Color

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

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


#cfac40 Background Color

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

This div background color is #cfac40


#cfac40 Border Color

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

This div border color is #cfac40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfac40


Comments

No comments written yet.

Please login to write comment.