Color Hex Logo

#cfc40a Color Hex

#CFC40A
(207,196,10)
0 Favorites   0 Comments

Color spaces of #cfc40a

RGB 20719610
HSL0.160.910.43
HSV57°95°81°
CMYK 0.000.050.95   0.19
XYZ45.526852.76728.0727
Yxy52.76720.42800.4961
Hunter Lab72.6410-15.249344.2597
CIE-Lab77.7374-12.827677.5961

#cfc40a color RGB value is (207,196,10).

#cfc40a hex color red value is 207, green value is 196 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #cfc40a hue: 0.16 , saturation: 0.91 and the lightness value of cfc40a is 0.43.

The process color (four color CMYK) of #cfc40a color hex is 0.00, 0.05, 0.95, 0.19. Web safe color of #cfc40a is #cccc00. Color #cfc40a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 00001010
Octal 317 304 12
Decimal 207 196 10
Hex CF C4 A

RGB Percentages of Color #cfc40a

%50.12
%47.46
%2.42

CMYK Percentages of Color #cfc40a

%0
%5
%95
%19

Triadic Colors of #cfc40a

#cfc40a #0acfc4 #c40acf

Analogous Colors of #cfc40a

#cfc40a #78cf0a #cf620a

Monochromatic Colors of #cfc40a

#cfc40a

Complementary Color

#cfc40a #0a15cf

#cfc40a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc40a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc40a Color CSS Codes

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

#cfc40a Text Font Color

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

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


#cfc40a Background Color

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

This div background color is #cfc40a


#cfc40a Border Color

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

This div border color is #cfc40a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc40a


Comments

No comments written yet.

Please login to write comment.