Color Hex Logo

#cfa410 Color Hex

#CFA410
(207,164,16)
0 Favorites   0 Comments

Color spaces of #cfa410

RGB 20716416
HSL0.130.860.44
HSV46°92°81°
CMYK 0.000.210.92   0.19
XYZ39.101139.85376.1219
Yxy39.85370.45960.4684
Hunter Lab63.12980.081638.4413
CIE-Lab69.36523.912970.5620

#cfa410 color RGB value is (207,164,16).

#cfa410 hex color red value is 207, green value is 164 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cfa410 hue: 0.13 , saturation: 0.86 and the lightness value of cfa410 is 0.44.

The process color (four color CMYK) of #cfa410 color hex is 0.00, 0.21, 0.92, 0.19. Web safe color of #cfa410 is #cc9900. Color #cfa410 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100100 00010000
Octal 317 244 20
Decimal 207 164 16
Hex CF A4 10

RGB Percentages of Color #cfa410

%53.49
%42.38
%4.13

CMYK Percentages of Color #cfa410

%0
%21
%92
%19

Triadic Colors of #cfa410

#cfa410 #10cfa4 #a410cf

Analogous Colors of #cfa410

#cfa410 #9bcf10 #cf4510

Monochromatic Colors of #cfa410

#cfa410

Complementary Color

#cfa410 #103bcf

#cfa410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa410 Color CSS Codes

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

#cfa410 Text Font Color

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

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


#cfa410 Background Color

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

This div background color is #cfa410


#cfa410 Border Color

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

This div border color is #cfa410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa410


Comments

No comments written yet.

Please login to write comment.