Color Hex Logo

#cfa30f Color Hex

#CFA30F
(207,163,15)
0 Favorites   0 Comments

Color spaces of #cfa30f

RGB 20716315
HSL0.130.860.44
HSV46°93°81°
CMYK 0.000.210.93   0.19
XYZ38.915539.49436.0240
Yxy39.49430.46090.4678
Hunter Lab62.84450.555638.3079
CIE-Lab69.10784.433070.5288

#cfa30f color RGB value is (207,163,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100011 00001111
Octal 317 243 17
Decimal 207 163 15
Hex CF A3 F

RGB Percentages of Color #cfa30f

%53.77
%42.34
%3.90

CMYK Percentages of Color #cfa30f

%0
%21
%93
%19

Triadic Colors of #cfa30f

#cfa30f #0fcfa3 #a30fcf

Analogous Colors of #cfa30f

#cfa30f #9bcf0f #cf430f

Monochromatic Colors of #cfa30f

#cfa30f

Complementary Color

#cfa30f #0f3bcf

#cfa30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa30f Color CSS Codes

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

#cfa30f Text Font Color

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

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


#cfa30f Background Color

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

This div background color is #cfa30f


#cfa30f Border Color

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

This div border color is #cfa30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa30f


Comments

No comments written yet.

Please login to write comment.