color codes Logo

#c2fb0a color codes

#C2FB0A
(194,251,10)
0 Favorites   0 Comments

Color spaces of #c2fb0a

RGB 19425110
HSL0.210.970.51
HSV74°96°98°
CMYK 0.230.000.96   0.02
XYZ56.800180.485612.8288
Yxy80.48560.37840.5362
Hunter Lab89.7138-43.986154.3213
CIE-Lab91.9023-43.942887.9905

#c2fb0a color RGB value is (194,251,10).

#c2fb0a hex color red value is 194, green value is 251 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #c2fb0a hue: 0.21 , saturation: 0.97 and the lightness value of c2fb0a is 0.51.

The process color (four color CMYK) of #c2fb0a color code is 0.23, 0.00, 0.96, 0.02. Web safe color of #c2fb0a is #ccff00. Color #c2fb0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111011 00001010
Octal 302 373 12
Decimal 194 251 10
Hex C2 FB A

RGB Percentages of Color #c2fb0a

%42.64
%55.16
%2.20

CMYK Percentages of Color #c2fb0a

%23
%0
%96
%2

Triadic Colors of #c2fb0a

#c2fb0a #0ac2fb #fb0ac2

Analogous Colors of #c2fb0a

#c2fb0a #49fb0a #fbbc0a

Monochromatic Colors of #c2fb0a

#c2fb0a

Complementary Color

#c2fb0a #430afb

#c2fb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2fb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2fb0a Color CSS Codes

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

#c2fb0a Text Font Color

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

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


#c2fb0a Background Color

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

This div background color is #c2fb0a


#c2fb0a Border Color

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

This div border color is #c2fb0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,251,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2fb0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2fb0a;
  -webkit-box-shadow: 1px 1px 3px 2px #c2fb0a;
  box-shadow:         1px 1px 3px 2px #c2fb0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,251,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2fb0a


Comments

No comments written yet.

Please login to write comment.