Color Hex Logo

#0df19e Color Hex

#0DF19E
(13,241,158)
0 Favorites   0 Comments

Color spaces of #0df19e

RGB 13241158
HSL0.440.900.50
HSV158°95°95°
CMYK 0.950.000.34   0.05
XYZ37.792865.464842.9918
Yxy65.46480.25840.4476
Hunter Lab80.9103-58.216625.1334
CIE-Lab84.7227-66.477826.9344

#0df19e color RGB value is (13,241,158).

#0df19e hex color red value is 13, green value is 241 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #0df19e hue: 0.44 , saturation: 0.90 and the lightness value of 0df19e is 0.50.

The process color (four color CMYK) of #0df19e color hex is 0.95, 0.00, 0.34, 0.05. Web safe color of #0df19e is #00ff99. Color #0df19e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110001 10011110
Octal 15 361 236
Decimal 13 241 158
Hex D F1 9E

RGB Percentages of Color #0df19e

%3.16
%58.50
%38.35

CMYK Percentages of Color #0df19e

%95
%0
%34
%5

Triadic Colors of #0df19e

#0df19e #9e0df1 #f19e0d

Analogous Colors of #0df19e

#0df19e #0dd2f1 #0df12c

Monochromatic Colors of #0df19e

#0df19e

Complementary Color

#0df19e #f10d60

#0df19e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df19e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df19e Color CSS Codes

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

#0df19e Text Font Color

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

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


#0df19e Background Color

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

This div background color is #0df19e


#0df19e Border Color

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

This div border color is #0df19e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df19e


Comments

No comments written yet.

Please login to write comment.