Color Hex Logo

#cfc42f Color Hex

#CFC42F
(207,196,47)
0 Favorites   0 Comments

Color spaces of #cfc42f

RGB 20719647
HSL0.160.630.50
HSV56°77°81°
CMYK 0.000.050.77   0.19
XYZ45.985152.950510.4861
Yxy52.95050.42030.4839
Hunter Lab72.7671-14.539542.3930
CIE-Lab77.8458-11.986670.1287

#cfc42f color RGB value is (207,196,47).

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

The process color (four color CMYK) of #cfc42f color hex is 0.00, 0.05, 0.77, 0.19. Web safe color of #cfc42f is #cccc33. Color #cfc42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000100 00101111
Octal 317 304 57
Decimal 207 196 47
Hex CF C4 2F

RGB Percentages of Color #cfc42f

%46.00
%43.56
%10.44

CMYK Percentages of Color #cfc42f

%0
%5
%77
%19

Triadic Colors of #cfc42f

#cfc42f #2fcfc4 #c42fcf

Analogous Colors of #cfc42f

#cfc42f #8acf2f #cf742f

Monochromatic Colors of #cfc42f

#cfc42f

Complementary Color

#cfc42f #2f3acf

#cfc42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc42f Color CSS Codes

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

#cfc42f Text Font Color

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

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


#cfc42f Background Color

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

This div background color is #cfc42f


#cfc42f Border Color

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

This div border color is #cfc42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc42f


Comments

No comments written yet.

Please login to write comment.