Color Hex Logo

#cfac00 Color Hex

#CFAC00
(207,172,0)
0 Favorites   0 Comments

Color spaces of #cfac00

RGB 2071720
HSL0.141.000.41
HSV50°100°81°
CMYK 0.000.171.00   0.19
XYZ40.484742.77046.1218
Yxy42.77040.45300.4785
Hunter Lab65.3991-3.949640.2294
CIE-Lab71.3989-0.517474.0687

#cfac00 color RGB value is (207,172,0).

#cfac00 hex color red value is 207, green value is 172 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cfac00 hue: 0.14 , saturation: 1.00 and the lightness value of cfac00 is 0.41.

The process color (four color CMYK) of #cfac00 color hex is 0.00, 0.17, 1.00, 0.19. Web safe color of #cfac00 is #cc9900. Color #cfac00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10101100 00000000
Octal 317 254 0
Decimal 207 172 0
Hex CF AC 0

RGB Percentages of Color #cfac00

%54.62
%45.38
%0.00

CMYK Percentages of Color #cfac00

%0
%17
%100
%19

Triadic Colors of #cfac00

#cfac00 #00cfac #ac00cf

Analogous Colors of #cfac00

#cfac00 #8bcf00 #cf4400

Monochromatic Colors of #cfac00

#cfac00

Complementary Color

#cfac00 #0023cf

#cfac00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfac00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfac00 Color CSS Codes

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

#cfac00 Text Font Color

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

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


#cfac00 Background Color

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

This div background color is #cfac00


#cfac00 Border Color

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

This div border color is #cfac00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfac00


Comments

No comments written yet.

Please login to write comment.