Color Hex Logo

#c1d40f Color Hex

#C1D40F
(193,212,15)
0 Favorites   0 Comments

Color spaces of #c1d40f

RGB 19321215
HSL0.180.870.45
HSV66°93°83°
CMYK 0.090.000.93   0.17
XYZ45.622058.45899.3311
Yxy58.45890.40230.5155
Hunter Lab76.4584-27.293046.2851
CIE-Lab80.9933-26.589279.0530

#c1d40f color RGB value is (193,212,15).

#c1d40f hex color red value is 193, green value is 212 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c1d40f hue: 0.18 , saturation: 0.87 and the lightness value of c1d40f is 0.45.

The process color (four color CMYK) of #c1d40f color hex is 0.09, 0.00, 0.93, 0.17. Web safe color of #c1d40f is #cccc00. Color #c1d40f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11010100 00001111
Octal 301 324 17
Decimal 193 212 15
Hex C1 D4 F

RGB Percentages of Color #c1d40f

%45.95
%50.48
%3.57

CMYK Percentages of Color #c1d40f

%9
%0
%93
%17

Triadic Colors of #c1d40f

#c1d40f #0fc1d4 #d40fc1

Analogous Colors of #c1d40f

#c1d40f #5fd40f #d4850f

Monochromatic Colors of #c1d40f

#c1d40f

Complementary Color

#c1d40f #220fd4

#c1d40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1d40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1d40f Color CSS Codes

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

#c1d40f Text Font Color

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

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


#c1d40f Background Color

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

This div background color is #c1d40f


#c1d40f Border Color

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

This div border color is #c1d40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1d40f


Comments

No comments written yet.

Please login to write comment.