Color Hex Logo

#c4ed0f Color Hex

#C4ED0F
(196,237,15)
0 Favorites   0 Comments

Color spaces of #c4ed0f

RGB 19623715
HSL0.200.880.49
HSV71°94°93°
CMYK 0.170.000.94   0.07
XYZ53.135472.338611.6142
Yxy72.33860.38760.5277
Hunter Lab85.0521-37.325251.4402
CIE-Lab88.1313-36.948184.6862

#c4ed0f color RGB value is (196,237,15).

#c4ed0f hex color red value is 196, green value is 237 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c4ed0f hue: 0.20 , saturation: 0.88 and the lightness value of c4ed0f is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 11101101 00001111
Octal 304 355 17
Decimal 196 237 15
Hex C4 ED F

RGB Percentages of Color #c4ed0f

%43.75
%52.90
%3.35

CMYK Percentages of Color #c4ed0f

%17
%0
%94
%7

Triadic Colors of #c4ed0f

#c4ed0f #0fc4ed #ed0fc4

Analogous Colors of #c4ed0f

#c4ed0f #55ed0f #eda70f

Monochromatic Colors of #c4ed0f

#c4ed0f

Complementary Color

#c4ed0f #380fed

#c4ed0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4ed0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4ed0f Color CSS Codes

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

#c4ed0f Text Font Color

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

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


#c4ed0f Background Color

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

This div background color is #c4ed0f


#c4ed0f Border Color

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

This div border color is #c4ed0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4ed0f


Comments

No comments written yet.

Please login to write comment.