Color Hex Logo

#cfc73c Color Hex

#CFC73C
(207,199,60)
0 Favorites   0 Comments

Color spaces of #cfc73c

RGB 20719960
HSL0.160.600.52
HSV57°71°81°
CMYK 0.000.040.71   0.19
XYZ46.971254.438512.3070
Yxy54.43850.41310.4787
Hunter Lab73.7825-15.483141.7581
CIE-Lab78.7167-12.954966.6045

#cfc73c color RGB value is (207,199,60).

#cfc73c hex color red value is 207, green value is 199 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cfc73c hue: 0.16 , saturation: 0.60 and the lightness value of cfc73c is 0.52.

The process color (four color CMYK) of #cfc73c color hex is 0.00, 0.04, 0.71, 0.19. Web safe color of #cfc73c is #cccc33. Color #cfc73c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 00111100
Octal 317 307 74
Decimal 207 199 60
Hex CF C7 3C

RGB Percentages of Color #cfc73c

%44.42
%42.70
%12.88

CMYK Percentages of Color #cfc73c

%0
%4
%71
%19

Triadic Colors of #cfc73c

#cfc73c #3ccfc7 #c73ccf

Analogous Colors of #cfc73c

#cfc73c #8ecf3c #cf7e3c

Monochromatic Colors of #cfc73c

#cfc73c

Complementary Color

#cfc73c #3c44cf

#cfc73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc73c Color CSS Codes

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

#cfc73c Text Font Color

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

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


#cfc73c Background Color

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

This div background color is #cfc73c


#cfc73c Border Color

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

This div border color is #cfc73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc73c


Comments

No comments written yet.

Please login to write comment.