Color Hex Logo

#c1de5d Color Hex

#C1DE5D
(193,222,93)
0 Favorites   0 Comments

Color spaces of #c1de5d

RGB 19322293
HSL0.200.660.62
HSV73°58°87°
CMYK 0.130.000.58   0.13
XYZ50.089464.370320.1407
Yxy64.37030.37210.4782
Hunter Lab80.2311-28.964441.2780
CIE-Lab84.1582-27.848658.7312

#c1de5d color RGB value is (193,222,93).

#c1de5d hex color red value is 193, green value is 222 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #c1de5d hue: 0.20 , saturation: 0.66 and the lightness value of c1de5d is 0.62.

The process color (four color CMYK) of #c1de5d color hex is 0.13, 0.00, 0.58, 0.13. Web safe color of #c1de5d is #cccc66. Color #c1de5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011110 01011101
Octal 301 336 135
Decimal 193 222 93
Hex C1 DE 5D

RGB Percentages of Color #c1de5d

%37.99
%43.70
%18.31

CMYK Percentages of Color #c1de5d

%13
%0
%58
%13

Triadic Colors of #c1de5d

#c1de5d #5dc1de #de5dc1

Analogous Colors of #c1de5d

#c1de5d #81de5d #debb5d

Monochromatic Colors of #c1de5d

#c1de5d

Complementary Color

#c1de5d #7a5dde

#c1de5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1de5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1de5d Color CSS Codes

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

#c1de5d Text Font Color

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

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


#c1de5d Background Color

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

This div background color is #c1de5d


#c1de5d Border Color

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

This div border color is #c1de5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1de5d


Comments

No comments written yet.

Please login to write comment.