Color Hex Logo

#0def73 Color Hex

#0DEF73
(13,239,115)
0 Favorites   0 Comments

Color spaces of #0def73

RGB 13239115
HSL0.410.900.49
HSV147°95°94°
CMYK 0.950.000.52   0.06
XYZ34.127063.056426.5921
Yxy63.05640.27570.5094
Hunter Lab79.4081-62.250635.7307
CIE-Lab83.4720-73.381346.4889

#0def73 color RGB value is (13,239,115).

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

The process color (four color CMYK) of #0def73 color hex is 0.95, 0.00, 0.52, 0.06. Web safe color of #0def73 is #00ff66. Color #0def73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101111 01110011
Octal 15 357 163
Decimal 13 239 115
Hex D EF 73

RGB Percentages of Color #0def73

%3.54
%65.12
%31.34

CMYK Percentages of Color #0def73

%95
%0
%52
%6

Triadic Colors of #0def73

#0def73 #730def #ef730d

Analogous Colors of #0def73

#0def73 #0defe4 #18ef0d

Monochromatic Colors of #0def73

#0def73

Complementary Color

#0def73 #ef0d89

#0def73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0def73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0def73 Color CSS Codes

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

#0def73 Text Font Color

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

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


#0def73 Background Color

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

This div background color is #0def73


#0def73 Border Color

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

This div border color is #0def73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0def73


Comments

No comments written yet.

Please login to write comment.