Color Hex Logo

#c7fa01 Color Hex

#C7FA01
(199,250,1)
0 Favorites   0 Comments

Color spaces of #c7fa01

RGB 1992501
HSL0.200.990.49
HSV72°100°98°
CMYK 0.200.001.00   0.02
XYZ57.744380.515512.5263
Yxy80.51550.38300.5340
Hunter Lab89.7304-42.158054.5345
CIE-Lab91.9157-41.679688.7903

#c7fa01 color RGB value is (199,250,1).

#c7fa01 hex color red value is 199, green value is 250 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c7fa01 hue: 0.20 , saturation: 0.99 and the lightness value of c7fa01 is 0.49.

The process color (four color CMYK) of #c7fa01 color hex is 0.20, 0.00, 1.00, 0.02. Web safe color of #c7fa01 is #ccff00. Color #c7fa01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11111010 00000001
Octal 307 372 1
Decimal 199 250 1
Hex C7 FA 1

RGB Percentages of Color #c7fa01

%44.22
%55.56
%0.22

CMYK Percentages of Color #c7fa01

%20
%0
%100
%2

Triadic Colors of #c7fa01

#c7fa01 #01c7fa #fa01c7

Analogous Colors of #c7fa01

#c7fa01 #4bfa01 #fab101

Monochromatic Colors of #c7fa01

#c7fa01

Complementary Color

#c7fa01 #3401fa

#c7fa01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7fa01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7fa01 Color CSS Codes

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

#c7fa01 Text Font Color

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

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


#c7fa01 Background Color

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

This div background color is #c7fa01


#c7fa01 Border Color

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

This div border color is #c7fa01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,250,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7fa01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7fa01;
  -webkit-box-shadow: 1px 1px 3px 2px #c7fa01;
  box-shadow:         1px 1px 3px 2px #c7fa01; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,250,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7fa01


Comments

No comments written yet.

Please login to write comment.