Color Hex Logo

#c4f01f Color Hex

#C4F01F
(196,240,31)
0 Favorites   0 Comments

Color spaces of #c4f01f

RGB 19624031
HSL0.200.870.53
HSV73°87°94°
CMYK 0.180.000.87   0.06
XYZ54.172474.154912.7545
Yxy74.15490.38400.5256
Hunter Lab86.1132-38.406851.4976
CIE-Lab88.9956-38.011483.1686

#c4f01f color RGB value is (196,240,31).

#c4f01f hex color red value is 196, green value is 240 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c4f01f hue: 0.20 , saturation: 0.87 and the lightness value of c4f01f is 0.53.

The process color (four color CMYK) of #c4f01f color hex is 0.18, 0.00, 0.87, 0.06. Web safe color of #c4f01f is #ccff33. Color #c4f01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11110000 00011111
Octal 304 360 37
Decimal 196 240 31
Hex C4 F0 1F

RGB Percentages of Color #c4f01f

%41.97
%51.39
%6.64

CMYK Percentages of Color #c4f01f

%18
%0
%87
%6

Triadic Colors of #c4f01f

#c4f01f #1fc4f0 #f01fc4

Analogous Colors of #c4f01f

#c4f01f #5bf01f #f0b41f

Monochromatic Colors of #c4f01f

#c4f01f

Complementary Color

#c4f01f #4b1ff0

#c4f01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4f01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4f01f Color CSS Codes

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

#c4f01f Text Font Color

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

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


#c4f01f Background Color

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

This div background color is #c4f01f


#c4f01f Border Color

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

This div border color is #c4f01f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,240,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c4f01f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c4f01f;
  -webkit-box-shadow: 1px 1px 3px 2px #c4f01f;
  box-shadow:         1px 1px 3px 2px #c4f01f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,240,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4f01f


Comments

No comments written yet.

Please login to write comment.