Color Hex Logo

#0fe690 Color Hex

#0FE690
(15,230,144)
0 Favorites   0 Comments

Color spaces of #0fe690

RGB 15230144
HSL0.430.880.48
HSV156°93°90°
CMYK 0.930.000.37   0.10
XYZ33.527958.708835.9504
Yxy58.70880.26160.4580
Hunter Lab76.6217-55.980425.8167
CIE-Lab81.1313-65.383629.2349

#0fe690 color RGB value is (15,230,144).

#0fe690 hex color red value is 15, green value is 230 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #0fe690 hue: 0.43 , saturation: 0.88 and the lightness value of 0fe690 is 0.48.

The process color (four color CMYK) of #0fe690 color hex is 0.93, 0.00, 0.37, 0.10. Web safe color of #0fe690 is #00ff99. Color #0fe690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100110 10010000
Octal 17 346 220
Decimal 15 230 144
Hex F E6 90

RGB Percentages of Color #0fe690

%3.86
%59.13
%37.02

CMYK Percentages of Color #0fe690

%93
%0
%37
%10

Triadic Colors of #0fe690

#0fe690 #900fe6 #e6900f

Analogous Colors of #0fe690

#0fe690 #0fd1e6 #0fe625

Monochromatic Colors of #0fe690

#0fe690

Complementary Color

#0fe690 #e60f65

#0fe690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe690 Color CSS Codes

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

#0fe690 Text Font Color

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

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


#0fe690 Background Color

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

This div background color is #0fe690


#0fe690 Border Color

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

This div border color is #0fe690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe690


Comments

No comments written yet.

Please login to write comment.