Color Hex Logo

#cfc74c Color Hex

#CFC74C
(207,199,76)
0 Favorites   0 Comments

Color spaces of #cfc74c

RGB 20719976
HSL0.160.580.55
HSV56°63°81°
CMYK 0.000.040.63   0.19
XYZ47.460154.634014.8815
Yxy54.63400.40570.4671
Hunter Lab73.9148-14.737539.8033
CIE-Lab78.8300-12.076260.4790

#cfc74c color RGB value is (207,199,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000111 01001100
Octal 317 307 114
Decimal 207 199 76
Hex CF C7 4C

RGB Percentages of Color #cfc74c

%42.95
%41.29
%15.77

CMYK Percentages of Color #cfc74c

%0
%4
%63
%19

Triadic Colors of #cfc74c

#cfc74c #4ccfc7 #c74ccf

Analogous Colors of #cfc74c

#cfc74c #96cf4c #cf864c

Monochromatic Colors of #cfc74c

#cfc74c

Complementary Color

#cfc74c #4c54cf

#cfc74c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc74c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc74c Color CSS Codes

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

#cfc74c Text Font Color

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

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


#cfc74c Background Color

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

This div background color is #cfc74c


#cfc74c Border Color

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

This div border color is #cfc74c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc74c


Comments

No comments written yet.

Please login to write comment.