Color Hex Logo

#0fe080 Color Hex

#0FE080
(15,224,128)
0 Favorites   0 Comments

Color spaces of #0fe080

RGB 15224128
HSL0.420.870.47
HSV152°93°88°
CMYK 0.930.000.43   0.12
XYZ30.748954.971429.4120
Yxy54.97140.26710.4775
Hunter Lab74.1427-55.721128.3799
CIE-Lab79.0248-66.347634.5498

#0fe080 color RGB value is (15,224,128).

#0fe080 hex color red value is 15, green value is 224 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #0fe080 hue: 0.42 , saturation: 0.87 and the lightness value of 0fe080 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100000 10000000
Octal 17 340 200
Decimal 15 224 128
Hex F E0 80

RGB Percentages of Color #0fe080

%4.09
%61.04
%34.88

CMYK Percentages of Color #0fe080

%93
%0
%43
%12

Triadic Colors of #0fe080

#0fe080 #800fe0 #e0800f

Analogous Colors of #0fe080

#0fe080 #0fd8e0 #0fe018

Monochromatic Colors of #0fe080

#0fe080

Complementary Color

#0fe080 #e00f6f

#0fe080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe080 Color CSS Codes

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

#0fe080 Text Font Color

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

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


#0fe080 Background Color

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

This div background color is #0fe080


#0fe080 Border Color

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

This div border color is #0fe080


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe080


Comments

No comments written yet.

Please login to write comment.