Color Hex Logo

#0df318 Color Hex

#0DF318
(13,243,24)
0 Favorites   0 Comments

Color spaces of #0df318

RGB 1324324
HSL0.340.910.50
HSV123°95°95°
CMYK 0.950.000.90   0.05
XYZ32.381464.252711.5595
Yxy64.25270.29930.5939
Hunter Lab80.1578-68.167347.5603
CIE-Lab84.0972-82.241477.8799

#0df318 color RGB value is (13,243,24).

#0df318 hex color red value is 13, green value is 243 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #0df318 hue: 0.34 , saturation: 0.91 and the lightness value of 0df318 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110011 00011000
Octal 15 363 30
Decimal 13 243 24
Hex D F3 18

RGB Percentages of Color #0df318

%4.64
%86.79
%8.57

CMYK Percentages of Color #0df318

%95
%0
%90
%5

Triadic Colors of #0df318

#0df318 #180df3 #f3180d

Analogous Colors of #0df318

#0df318 #0df38b #75f30d

Monochromatic Colors of #0df318

#0df318

Complementary Color

#0df318 #f30de8

#0df318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df318 Color CSS Codes

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

#0df318 Text Font Color

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

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


#0df318 Background Color

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

This div background color is #0df318


#0df318 Border Color

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

This div border color is #0df318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df318


Comments

No comments written yet.

Please login to write comment.