Color Hex Logo

#c2ff0f Color Hex

#C2FF0F
(194,255,15)
0 Favorites   0 Comments

Color spaces of #c2ff0f

RGB 19425515
HSL0.211.000.53
HSV75°94°100°
CMYK 0.240.000.94   0.00
XYZ58.094483.023813.4152
Yxy83.02380.37590.5373
Hunter Lab91.1174-45.647955.0529
CIE-Lab93.0249-45.606588.4542

#c2ff0f color RGB value is (194,255,15).

#c2ff0f hex color red value is 194, green value is 255 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c2ff0f hue: 0.21 , saturation: 1.00 and the lightness value of c2ff0f is 0.53.

The process color (four color CMYK) of #c2ff0f color hex is 0.24, 0.00, 0.94, 0.00. Web safe color of #c2ff0f is #ccff00. Color #c2ff0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 11111111 00001111
Octal 302 377 17
Decimal 194 255 15
Hex C2 FF F

RGB Percentages of Color #c2ff0f

%41.81
%54.96
%3.23

CMYK Percentages of Color #c2ff0f

%24
%0
%94
%0

Triadic Colors of #c2ff0f

#c2ff0f #0fc2ff #ff0fc2

Analogous Colors of #c2ff0f

#c2ff0f #4aff0f #ffc40f

Monochromatic Colors of #c2ff0f

#c2ff0f

Complementary Color

#c2ff0f #4c0fff

#c2ff0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2ff0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2ff0f Color CSS Codes

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

#c2ff0f Text Font Color

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

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


#c2ff0f Background Color

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

This div background color is #c2ff0f


#c2ff0f Border Color

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

This div border color is #c2ff0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2ff0f

Related Colors


Comments

No comments written yet.

Please login to write comment.