Color Hex Logo

#c1de0d Color Hex

#C1DE0D
(193,222,13)
0 Favorites   0 Comments

Color spaces of #c1de0d

RGB 19322213
HSL0.190.890.46
HSV68°94°87°
CMYK 0.130.000.94   0.13
XYZ48.186263.609110.1189
Yxy63.60910.39520.5218
Hunter Lab79.7553-31.726548.3063
CIE-Lab83.7618-31.321581.4116

#c1de0d color RGB value is (193,222,13).

#c1de0d hex color red value is 193, green value is 222 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c1de0d hue: 0.19 , saturation: 0.89 and the lightness value of c1de0d is 0.46.

The process color (four color CMYK) of #c1de0d color hex is 0.13, 0.00, 0.94, 0.13. Web safe color of #c1de0d is #cccc00. Color #c1de0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 00001101
Octal 301 336 15
Decimal 193 222 13
Hex C1 DE D

RGB Percentages of Color #c1de0d

%45.09
%51.87
%3.04

CMYK Percentages of Color #c1de0d

%13
%0
%94
%13

Triadic Colors of #c1de0d

#c1de0d #0dc1de #de0dc1

Analogous Colors of #c1de0d

#c1de0d #59de0d #de930d

Monochromatic Colors of #c1de0d

#c1de0d

Complementary Color

#c1de0d #2a0dde

#c1de0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1de0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1de0d Color CSS Codes

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

#c1de0d Text Font Color

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

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


#c1de0d Background Color

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

This div background color is #c1de0d


#c1de0d Border Color

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

This div border color is #c1de0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1de0d


Comments

No comments written yet.

Please login to write comment.