Color Hex Logo

#0de17f Color Hex

#0DE17F
(13,225,127)
0 Favorites   0 Comments

Color spaces of #0de17f

RGB 13225127
HSL0.420.890.47
HSV152°94°88°
CMYK 0.940.000.44   0.12
XYZ30.922055.468329.1554
Yxy55.46830.26760.4801
Hunter Lab74.4770-56.223728.9238
CIE-Lab79.3102-66.935235.4191

#0de17f color RGB value is (13,225,127).

#0de17f hex color red value is 13, green value is 225 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #0de17f hue: 0.42 , saturation: 0.89 and the lightness value of 0de17f is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11100001 01111111
Octal 15 341 177
Decimal 13 225 127
Hex D E1 7F

RGB Percentages of Color #0de17f

%3.56
%61.64
%34.79

CMYK Percentages of Color #0de17f

%94
%0
%44
%12

Triadic Colors of #0de17f

#0de17f #7f0de1 #e17f0d

Analogous Colors of #0de17f

#0de17f #0dd9e1 #0de115

Monochromatic Colors of #0de17f

#0de17f

Complementary Color

#0de17f #e10d6f

#0de17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0de17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0de17f Color CSS Codes

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

#0de17f Text Font Color

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

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


#0de17f Background Color

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

This div background color is #0de17f


#0de17f Border Color

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

This div border color is #0de17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0de17f


Comments

No comments written yet.

Please login to write comment.