color codes Logo

#c8e00e color codes

#C8E00E
(200,224,14)
0 Favorites   0 Comments

Color spaces of #c8e00e

RGB 20022414
HSL0.190.880.47
HSV67°94°88°
CMYK 0.110.000.94   0.12
XYZ50.554365.622410.4174
Yxy65.62240.39930.5184
Hunter Lab81.0077-30.367249.0808
CIE-Lab84.8034-29.384282.3253

#c8e00e color RGB value is (200,224,14).

#c8e00e hex color red value is 200, green value is 224 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c8e00e hue: 0.19 , saturation: 0.88 and the lightness value of c8e00e is 0.47.

The process color (four color CMYK) of #c8e00e color code is 0.11, 0.00, 0.94, 0.12. Web safe color of #c8e00e is #cccc00. Color #c8e00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 11100000 00001110
Octal 310 340 16
Decimal 200 224 14
Hex C8 E0 E

RGB Percentages of Color #c8e00e

%45.66
%51.14
%3.20

CMYK Percentages of Color #c8e00e

%11
%0
%94
%12

Triadic Colors of #c8e00e

#c8e00e #0ec8e0 #e00ec8

Analogous Colors of #c8e00e

#c8e00e #5fe00e #e08f0e

Monochromatic Colors of #c8e00e

#c8e00e

Complementary Color

#c8e00e #260ee0

#c8e00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8e00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8e00e Color CSS Codes

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

#c8e00e Text Font Color

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

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


#c8e00e Background Color

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

This div background color is #c8e00e


#c8e00e Border Color

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

This div border color is #c8e00e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,224,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8e00e


Comments

No comments written yet.

Please login to write comment.