color codes Logo

#c4e14d color codes

#C4E14D
(196,225,77)
0 Favorites   0 Comments

Color spaces of #c4e14d

RGB 19622577
HSL0.200.710.59
HSV72°66°88°
CMYK 0.130.000.66   0.12
XYZ51.029766.122017.0945
Yxy66.12200.38010.4925
Hunter Lab81.3154-30.283944.4566
CIE-Lab85.0586-29.218266.3454

#c4e14d color RGB value is (196,225,77).

#c4e14d hex color red value is 196, green value is 225 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c4e14d hue: 0.20 , saturation: 0.71 and the lightness value of c4e14d is 0.59.

The process color (four color CMYK) of #c4e14d color code is 0.13, 0.00, 0.66, 0.12. Web safe color of #c4e14d is #cccc66. Color #c4e14d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 11100001 01001101
Octal 304 341 115
Decimal 196 225 77
Hex C4 E1 4D

RGB Percentages of Color #c4e14d

%39.36
%45.18
%15.46

CMYK Percentages of Color #c4e14d

%13
%0
%66
%12

Triadic Colors of #c4e14d

#c4e14d #4dc4e1 #e14dc4

Analogous Colors of #c4e14d

#c4e14d #7ae14d #e1b44d

Monochromatic Colors of #c4e14d

#c4e14d

Complementary Color

#c4e14d #6a4de1

#c4e14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4e14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4e14d Color CSS Codes

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

#c4e14d Text Font Color

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

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


#c4e14d Background Color

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

This div background color is #c4e14d


#c4e14d Border Color

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

This div border color is #c4e14d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,225,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4e14d


Comments

No comments written yet.

Please login to write comment.