Color Hex Logo

#c1ed0d Color Hex

#C1ED0D
(193,237,13)
0 Favorites   0 Comments

Color spaces of #c1ed0d

RGB 19323713
HSL0.200.900.49
HSV72°95°93°
CMYK 0.190.000.95   0.07
XYZ52.349271.934911.5065
Yxy71.93490.38550.5297
Hunter Lab84.8144-38.251451.3264
CIE-Lab87.9372-38.153284.6457

#c1ed0d color RGB value is (193,237,13).

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

The process color (four color CMYK) of #c1ed0d color hex is 0.19, 0.00, 0.95, 0.07. Web safe color of #c1ed0d is #ccff00. Color #c1ed0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11101101 00001101
Octal 301 355 15
Decimal 193 237 13
Hex C1 ED D

RGB Percentages of Color #c1ed0d

%43.57
%53.50
%2.93

CMYK Percentages of Color #c1ed0d

%19
%0
%95
%7

Triadic Colors of #c1ed0d

#c1ed0d #0dc1ed #ed0dc1

Analogous Colors of #c1ed0d

#c1ed0d #51ed0d #eda90d

Monochromatic Colors of #c1ed0d

#c1ed0d

Complementary Color

#c1ed0d #390ded

#c1ed0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1ed0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1ed0d Color CSS Codes

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

#c1ed0d Text Font Color

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

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


#c1ed0d Background Color

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

This div background color is #c1ed0d


#c1ed0d Border Color

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

This div border color is #c1ed0d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,237,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1ed0d


Comments

No comments written yet.

Please login to write comment.