Color Hex Logo

#cfc64c Color Hex

#CFC64C
(207,198,76)
0 Favorites   0 Comments

Color spaces of #cfc64c

RGB 20719876
HSL0.160.580.55
HSV56°63°81°
CMYK 0.000.040.63   0.19
XYZ47.230754.175414.8050
Yxy54.17540.40640.4662
Hunter Lab73.6039-14.265739.5969
CIE-Lab78.5639-11.569460.1971

#cfc64c color RGB value is (207,198,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000110 01001100
Octal 317 306 114
Decimal 207 198 76
Hex CF C6 4C

RGB Percentages of Color #cfc64c

%43.04
%41.16
%15.80

CMYK Percentages of Color #cfc64c

%0
%4
%63
%19

Triadic Colors of #cfc64c

#cfc64c #4ccfc6 #c64ccf

Analogous Colors of #cfc64c

#cfc64c #97cf4c #cf854c

Monochromatic Colors of #cfc64c

#cfc64c

Complementary Color

#cfc64c #4c55cf

#cfc64c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc64c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc64c Color CSS Codes

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

#cfc64c Text Font Color

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

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


#cfc64c Background Color

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

This div background color is #cfc64c


#cfc64c Border Color

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

This div border color is #cfc64c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,198,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 #cfc64c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc64c


Comments

No comments written yet.

Please login to write comment.