Color Hex Logo

#0fe695 Color Hex

#0FE695
(15,230,149)
0 Favorites   0 Comments

Color spaces of #0fe695

RGB 15230149
HSL0.440.880.48
HSV157°93°90°
CMYK 0.930.000.35   0.10
XYZ33.918658.865138.0082
Yxy58.86510.25930.4501
Hunter Lab76.7236-55.353524.3348
CIE-Lab81.2174-64.387826.7947

#0fe695 color RGB value is (15,230,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11100110 10010101
Octal 17 346 225
Decimal 15 230 149
Hex F E6 95

RGB Percentages of Color #0fe695

%3.81
%58.38
%37.82

CMYK Percentages of Color #0fe695

%93
%0
%35
%10

Triadic Colors of #0fe695

#0fe695 #950fe6 #e6950f

Analogous Colors of #0fe695

#0fe695 #0fcce6 #0fe62a

Monochromatic Colors of #0fe695

#0fe695

Complementary Color

#0fe695 #e60f60

#0fe695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fe695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fe695 Color CSS Codes

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

#0fe695 Text Font Color

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

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


#0fe695 Background Color

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

This div background color is #0fe695


#0fe695 Border Color

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

This div border color is #0fe695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fe695


Comments

No comments written yet.

Please login to write comment.