Color Hex Logo

#cfc50f Color Hex

#CFC50F
(207,197,15)
0 Favorites   0 Comments

Color spaces of #cfc50f

RGB 20719715
HSL0.160.860.44
HSV57°93°81°
CMYK 0.000.050.93   0.19
XYZ45.784653.23248.3137
Yxy53.23240.42660.4960
Hunter Lab72.9605-15.667644.3164
CIE-Lab78.0120-13.274577.2417

#cfc50f color RGB value is (207,197,15).

#cfc50f hex color red value is 207, green value is 197 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cfc50f hue: 0.16 , saturation: 0.86 and the lightness value of cfc50f is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 00001111
Octal 317 305 17
Decimal 207 197 15
Hex CF C5 F

RGB Percentages of Color #cfc50f

%49.40
%47.02
%3.58

CMYK Percentages of Color #cfc50f

%0
%5
%93
%19

Triadic Colors of #cfc50f

#cfc50f #0fcfc5 #c50fcf

Analogous Colors of #cfc50f

#cfc50f #79cf0f #cf650f

Monochromatic Colors of #cfc50f

#cfc50f

Complementary Color

#cfc50f #0f19cf

#cfc50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc50f Color CSS Codes

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

#cfc50f Text Font Color

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

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


#cfc50f Background Color

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

This div background color is #cfc50f


#cfc50f Border Color

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

This div border color is #cfc50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc50f


Comments

No comments written yet.

Please login to write comment.