Color Hex Logo

#0dee15 Color Hex

#0DEE15
(13,238,21)
0 Favorites   0 Comments

Color spaces of #0dee15

RGB 1323821
HSL0.340.900.49
HSV122°95°93°
CMYK 0.950.000.91   0.07
XYZ30.875961.288810.9121
Yxy61.28880.29950.5946
Hunter Lab78.2872-66.603446.5368
CIE-Lab82.5338-81.000676.9864

#0dee15 color RGB value is (13,238,21).

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

The process color (four color CMYK) of #0dee15 color hex is 0.95, 0.00, 0.91, 0.07. Web safe color of #0dee15 is #00ff00. Color #0dee15 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101110 00010101
Octal 15 356 25
Decimal 13 238 21
Hex D EE 15

RGB Percentages of Color #0dee15

%4.78
%87.50
%7.72

CMYK Percentages of Color #0dee15

%95
%0
%91
%7

Triadic Colors of #0dee15

#0dee15 #150dee #ee150d

Analogous Colors of #0dee15

#0dee15 #0dee86 #76ee0d

Monochromatic Colors of #0dee15

#0dee15

Complementary Color

#0dee15 #ee0de6

#0dee15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dee15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dee15 Color CSS Codes

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

#0dee15 Text Font Color

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

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


#0dee15 Background Color

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

This div background color is #0dee15


#0dee15 Border Color

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

This div border color is #0dee15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dee15


Comments

No comments written yet.

Please login to write comment.