Color Hex Logo

#cfc51c Color Hex

#CFC51C
(207,197,28)
0 Favorites   0 Comments

Color spaces of #cfc51c

RGB 20719728
HSL0.160.760.46
HSV57°86°81°
CMYK 0.000.050.86   0.19
XYZ45.908053.28178.9634
Yxy53.28170.42450.4927
Hunter Lab72.9943-15.476843.8155
CIE-Lab78.0410-13.047775.1367

#cfc51c color RGB value is (207,197,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000101 00011100
Octal 317 305 34
Decimal 207 197 28
Hex CF C5 1C

RGB Percentages of Color #cfc51c

%47.92
%45.60
%6.48

CMYK Percentages of Color #cfc51c

%0
%5
%86
%19

Triadic Colors of #cfc51c

#cfc51c #1ccfc5 #c51ccf

Analogous Colors of #cfc51c

#cfc51c #80cf1c #cf6c1c

Monochromatic Colors of #cfc51c

#cfc51c

Complementary Color

#cfc51c #1c26cf

#cfc51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc51c Color CSS Codes

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

#cfc51c Text Font Color

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

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


#cfc51c Background Color

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

This div background color is #cfc51c


#cfc51c Border Color

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

This div border color is #cfc51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc51c


Comments

No comments written yet.

Please login to write comment.