Color Hex Logo

#0fe17a Color Hex

#0FE17A
(15,225,122)
0 Favorites   0 Comments

Color spaces of #0fe17a

RGB 15225122
HSL0.420.880.47
HSV151°93°88°
CMYK 0.930.000.46   0.12
XYZ30.635155.357127.4827
Yxy55.35710.27000.4878
Hunter Lab74.4024-56.706930.1811
CIE-Lab79.2465-67.727337.8232

#0fe17a color RGB value is (15,225,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100001 01111010
Octal 17 341 172
Decimal 15 225 122
Hex F E1 7A

RGB Percentages of Color #0fe17a

%4.14
%62.15
%33.70

CMYK Percentages of Color #0fe17a

%93
%0
%46
%12

Triadic Colors of #0fe17a

#0fe17a #7a0fe1 #e17a0f

Analogous Colors of #0fe17a

#0fe17a #0fdfe1 #0fe111

Monochromatic Colors of #0fe17a

#0fe17a

Complementary Color

#0fe17a #e10f76

#0fe17a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe17a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe17a Color CSS Codes

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

#0fe17a Text Font Color

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

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


#0fe17a Background Color

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

This div background color is #0fe17a


#0fe17a Border Color

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

This div border color is #0fe17a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe17a


Comments

No comments written yet.

Please login to write comment.