Color Hex Logo

#cfac64 Color Hex

#CFAC64
(207,172,100)
0 Favorites   0 Comments

Color spaces of #cfac64

RGB 207172100
HSL0.110.530.60
HSV40°52°81°
CMYK 0.000.170.52   0.19
XYZ42.784943.690518.2347
Yxy43.69050.40860.4173
Hunter Lab66.0988-0.132129.9128
CIE-Lab72.02113.794341.5197

#cfac64 color RGB value is (207,172,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 01100100
Octal 317 254 144
Decimal 207 172 100
Hex CF AC 64

RGB Percentages of Color #cfac64

%43.22
%35.91
%20.88

CMYK Percentages of Color #cfac64

%0
%17
%52
%19

Triadic Colors of #cfac64

#cfac64 #64cfac #ac64cf

Analogous Colors of #cfac64

#cfac64 #bdcf64 #cf7764

Monochromatic Colors of #cfac64

#cfac64

Complementary Color

#cfac64 #6487cf

#cfac64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfac64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfac64 Color CSS Codes

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

#cfac64 Text Font Color

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

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


#cfac64 Background Color

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

This div background color is #cfac64


#cfac64 Border Color

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

This div border color is #cfac64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfac64


Comments

No comments written yet.

Please login to write comment.