Color Hex Logo

#0de555 Color Hex

#0DE555
(13,229,85)
0 Favorites   0 Comments

Color spaces of #0de555

RGB 1322985
HSL0.390.890.47
HSV140°94°90°
CMYK 0.940.000.63   0.10
XYZ29.825056.780117.9820
Yxy56.78010.28520.5429
Hunter Lab75.3526-61.215638.5979
CIE-Lab80.0558-74.264255.8841

#0de555 color RGB value is (13,229,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11100101 01010101
Octal 15 345 125
Decimal 13 229 85
Hex D E5 55

RGB Percentages of Color #0de555

%3.98
%70.03
%25.99

CMYK Percentages of Color #0de555

%94
%0
%63
%10

Triadic Colors of #0de555

#0de555 #550de5 #e5550d

Analogous Colors of #0de555

#0de555 #0de5c1 #31e50d

Monochromatic Colors of #0de555

#0de555

Complementary Color

#0de555 #e50d9d

#0de555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0de555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0de555 Color CSS Codes

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

#0de555 Text Font Color

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

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


#0de555 Background Color

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

This div background color is #0de555


#0de555 Border Color

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

This div border color is #0de555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0de555


Comments

No comments written yet.

Please login to write comment.