Color Hex Logo

#c1dd22 Color Hex

#C1DD22
(193,221,34)
0 Favorites   0 Comments

Color spaces of #c1dd22

RGB 19322134
HSL0.190.730.50
HSV69°85°87°
CMYK 0.130.000.85   0.13
XYZ48.137563.165911.1685
Yxy63.16590.39300.5158
Hunter Lab79.4770-30.971147.3022
CIE-Lab83.5296-30.454877.9814

#c1dd22 color RGB value is (193,221,34).

#c1dd22 hex color red value is 193, green value is 221 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c1dd22 hue: 0.19 , saturation: 0.73 and the lightness value of c1dd22 is 0.50.

The process color (four color CMYK) of #c1dd22 color hex is 0.13, 0.00, 0.85, 0.13. Web safe color of #c1dd22 is #cccc33. Color #c1dd22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11011101 00100010
Octal 301 335 42
Decimal 193 221 34
Hex C1 DD 22

RGB Percentages of Color #c1dd22

%43.08
%49.33
%7.59

CMYK Percentages of Color #c1dd22

%13
%0
%85
%13

Triadic Colors of #c1dd22

#c1dd22 #22c1dd #dd22c1

Analogous Colors of #c1dd22

#c1dd22 #64dd22 #dd9c22

Monochromatic Colors of #c1dd22

#c1dd22

Complementary Color

#c1dd22 #3e22dd

#c1dd22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1dd22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1dd22 Color CSS Codes

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

#c1dd22 Text Font Color

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

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


#c1dd22 Background Color

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

This div background color is #c1dd22


#c1dd22 Border Color

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

This div border color is #c1dd22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1dd22


Comments

No comments written yet.

Please login to write comment.