color codes Logo

#c5de14 color codes

#C5DE14
(197,222,20)
0 Favorites   0 Comments

Color spaces of #c5de14

RGB 19722220
HSL0.190.830.47
HSV67°91°87°
CMYK 0.110.000.91   0.13
XYZ49.273564.163410.4496
Yxy64.16340.39770.5179
Hunter Lab80.1021-30.377248.3368
CIE-Lab84.0508-29.590580.9334

#c5de14 color RGB value is (197,222,20).

#c5de14 hex color red value is 197, green value is 222 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c5de14 hue: 0.19 , saturation: 0.83 and the lightness value of c5de14 is 0.47.

The process color (four color CMYK) of #c5de14 color code is 0.11, 0.00, 0.91, 0.13. Web safe color of #c5de14 is #cccc00. Color #c5de14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 11011110 00010100
Octal 305 336 24
Decimal 197 222 20
Hex C5 DE 14

RGB Percentages of Color #c5de14

%44.87
%50.57
%4.56

CMYK Percentages of Color #c5de14

%11
%0
%91
%13

Triadic Colors of #c5de14

#c5de14 #14c5de #de14c5

Analogous Colors of #c5de14

#c5de14 #60de14 #de9214

Monochromatic Colors of #c5de14

#c5de14

Complementary Color

#c5de14 #2d14de

#c5de14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5de14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5de14 Color CSS Codes

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

#c5de14 Text Font Color

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

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


#c5de14 Background Color

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

This div background color is #c5de14


#c5de14 Border Color

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

This div border color is #c5de14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,222,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c5de14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c5de14;
  -webkit-box-shadow: 1px 1px 3px 2px #c5de14;
  box-shadow:         1px 1px 3px 2px #c5de14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,222,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5de14


Comments

No comments written yet.

Please login to write comment.