Color Hex Logo

#c4ef0e Color Hex

#C4EF0E
(196,239,14)
0 Favorites   0 Comments

Color spaces of #c4ef0e

RGB 19623914
HSL0.200.890.50
HSV71°94°94°
CMYK 0.180.000.94   0.06
XYZ53.710773.500511.7716
Yxy73.50050.38650.5288
Hunter Lab85.7324-38.202951.8718
CIE-Lab88.6859-37.857385.2158

#c4ef0e color RGB value is (196,239,14).

#c4ef0e hex color red value is 196, green value is 239 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c4ef0e hue: 0.20 , saturation: 0.89 and the lightness value of c4ef0e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101111 00001110
Octal 304 357 16
Decimal 196 239 14
Hex C4 EF E

RGB Percentages of Color #c4ef0e

%43.65
%53.23
%3.12

CMYK Percentages of Color #c4ef0e

%18
%0
%94
%6

Triadic Colors of #c4ef0e

#c4ef0e #0ec4ef #ef0ec4

Analogous Colors of #c4ef0e

#c4ef0e #54ef0e #efaa0e

Monochromatic Colors of #c4ef0e

#c4ef0e

Complementary Color

#c4ef0e #390eef

#c4ef0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ef0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ef0e Color CSS Codes

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

#c4ef0e Text Font Color

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

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


#c4ef0e Background Color

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

This div background color is #c4ef0e


#c4ef0e Border Color

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

This div border color is #c4ef0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ef0e


Comments

No comments written yet.

Please login to write comment.