Color Hex Logo

#0deb22 Color Hex

#0DEB22
(13,235,34)
0 Favorites   0 Comments

Color spaces of #0deb22

RGB 1323534
HSL0.350.900.49
HSV126°94°92°
CMYK 0.940.000.86   0.08
XYZ30.163059.617711.4310
Yxy59.61770.29800.5890
Hunter Lab77.2125-65.391045.2711
CIE-Lab81.6299-79.770873.9783

#0deb22 color RGB value is (13,235,34).

#0deb22 hex color red value is 13, green value is 235 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #0deb22 hue: 0.35 , saturation: 0.90 and the lightness value of 0deb22 is 0.49.

The process color (four color CMYK) of #0deb22 color hex is 0.94, 0.00, 0.86, 0.08. Web safe color of #0deb22 is #00ff33. Color #0deb22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101011 00100010
Octal 15 353 42
Decimal 13 235 34
Hex D EB 22

RGB Percentages of Color #0deb22

%4.61
%83.33
%12.06

CMYK Percentages of Color #0deb22

%94
%0
%86
%8

Triadic Colors of #0deb22

#0deb22 #220deb #eb220d

Analogous Colors of #0deb22

#0deb22 #0deb91 #67eb0d

Monochromatic Colors of #0deb22

#0deb22

Complementary Color

#0deb22 #eb0dd6

#0deb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0deb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0deb22 Color CSS Codes

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

#0deb22 Text Font Color

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

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


#0deb22 Background Color

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

This div background color is #0deb22


#0deb22 Border Color

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

This div border color is #0deb22


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,235,34, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0deb22; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0deb22;
  -webkit-box-shadow: 1px 1px 3px 2px #0deb22;
  box-shadow:         1px 1px 3px 2px #0deb22; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,235,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 #0deb22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0deb22


Comments

No comments written yet.

Please login to write comment.