Color Hex Logo

#c8ff0f Color Hex

#C8FF0F
(200,255,15)
0 Favorites   0 Comments

Color spaces of #c8ff0f

RGB 20025515
HSL0.201.000.53
HSV74°94°100°
CMYK 0.220.000.94   0.00
XYZ59.665683.833813.4888
Yxy83.83380.38010.5340
Hunter Lab91.5608-43.911955.3579
CIE-Lab93.3783-43.338488.8819

#c8ff0f color RGB value is (200,255,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 11111111 00001111
Octal 310 377 17
Decimal 200 255 15
Hex C8 FF F

RGB Percentages of Color #c8ff0f

%42.55
%54.26
%3.19

CMYK Percentages of Color #c8ff0f

%22
%0
%94
%0

Triadic Colors of #c8ff0f

#c8ff0f #0fc8ff #ff0fc8

Analogous Colors of #c8ff0f

#c8ff0f #50ff0f #ffbe0f

Monochromatic Colors of #c8ff0f

#c8ff0f

Complementary Color

#c8ff0f #460fff

#c8ff0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8ff0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8ff0f Color CSS Codes

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

#c8ff0f Text Font Color

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

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


#c8ff0f Background Color

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

This div background color is #c8ff0f


#c8ff0f Border Color

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

This div border color is #c8ff0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8ff0f

Related Colors


Comments

No comments written yet.

Please login to write comment.