Color Hex Logo

#0fe008 Color Hex

#0FE008
(15,224,8)
0 Favorites   0 Comments

Color spaces of #0fe008

RGB 152248
HSL0.330.930.45
HSV118°96°88°
CMYK 0.930.000.96   0.12
XYZ26.896553.43049.1252
Yxy53.43040.30070.5973
Hunter Lab73.0961-62.237243.7656
CIE-Lab78.1284-77.462674.7670

#0fe008 color RGB value is (15,224,8).

#0fe008 hex color red value is 15, green value is 224 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #0fe008 hue: 0.33 , saturation: 0.93 and the lightness value of 0fe008 is 0.45.

The process color (four color CMYK) of #0fe008 color hex is 0.93, 0.00, 0.96, 0.12. Web safe color of #0fe008 is #00cc00. Color #0fe008 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100000 00001000
Octal 17 340 10
Decimal 15 224 8
Hex F E0 8

RGB Percentages of Color #0fe008

%6.07
%90.69
%3.24

CMYK Percentages of Color #0fe008

%93
%0
%96
%12

Triadic Colors of #0fe008

#0fe008 #080fe0 #e0080f

Analogous Colors of #0fe008

#0fe008 #08e06d #7be008

Monochromatic Colors of #0fe008

#0fe008

Complementary Color

#0fe008 #d908e0

#0fe008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe008 Color CSS Codes

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

#0fe008 Text Font Color

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

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


#0fe008 Background Color

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

This div background color is #0fe008


#0fe008 Border Color

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

This div border color is #0fe008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,224,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0fe008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0fe008;
  -webkit-box-shadow: 1px 1px 3px 2px #0fe008;
  box-shadow:         1px 1px 3px 2px #0fe008; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,224,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe008


Comments

No comments written yet.

Please login to write comment.