Color Hex Logo

#0de09b Color Hex

#0DE09B
(13,224,155)
0 Favorites   0 Comments

Color spaces of #0de09b

RGB 13224155
HSL0.450.890.46
HSV160°94°88°
CMYK 0.940.000.31   0.12
XYZ32.738055.763440.0483
Yxy55.76340.25470.4338
Hunter Lab74.6749-52.425420.4751
CIE-Lab79.4790-61.058121.3216

#0de09b color RGB value is (13,224,155).

#0de09b hex color red value is 13, green value is 224 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #0de09b hue: 0.45 , saturation: 0.89 and the lightness value of 0de09b is 0.46.

The process color (four color CMYK) of #0de09b color hex is 0.94, 0.00, 0.31, 0.12. Web safe color of #0de09b is #00cc99. Color #0de09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11100000 10011011
Octal 15 340 233
Decimal 13 224 155
Hex D E0 9B

RGB Percentages of Color #0de09b

%3.32
%57.14
%39.54

CMYK Percentages of Color #0de09b

%94
%0
%31
%12

Triadic Colors of #0de09b

#0de09b #9b0de0 #e09b0d

Analogous Colors of #0de09b

#0de09b #0dbce0 #0de032

Monochromatic Colors of #0de09b

#0de09b

Complementary Color

#0de09b #e00d52

#0de09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0de09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0de09b Color CSS Codes

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

#0de09b Text Font Color

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

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


#0de09b Background Color

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

This div background color is #0de09b


#0de09b Border Color

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

This div border color is #0de09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0de09b


Comments

No comments written yet.

Please login to write comment.