Color Hex Logo

#cfc01c Color Hex

#CFC01C
(207,192,28)
0 Favorites   0 Comments

Color spaces of #cfc01c

RGB 20719228
HSL0.150.760.46
HSV55°86°81°
CMYK 0.000.070.86   0.19
XYZ44.791451.04858.5912
Yxy51.04850.42890.4888
Hunter Lab71.4482-13.131542.8845
CIE-Lab76.7084-10.510374.0603

#cfc01c color RGB value is (207,192,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000000 00011100
Octal 317 300 34
Decimal 207 192 28
Hex CF C0 1C

RGB Percentages of Color #cfc01c

%48.48
%44.96
%6.56

CMYK Percentages of Color #cfc01c

%0
%7
%86
%19

Triadic Colors of #cfc01c

#cfc01c #1ccfc0 #c01ccf

Analogous Colors of #cfc01c

#cfc01c #85cf1c #cf671c

Monochromatic Colors of #cfc01c

#cfc01c

Complementary Color

#cfc01c #1c2bcf

#cfc01c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc01c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc01c Color CSS Codes

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

#cfc01c Text Font Color

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

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


#cfc01c Background Color

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

This div background color is #cfc01c


#cfc01c Border Color

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

This div border color is #cfc01c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc01c


Comments

No comments written yet.

Please login to write comment.