Color Hex Logo

#0fbe6e Color Hex

#0FBE6E
(15,190,110)
0 Favorites   0 Comments

Color spaces of #0fbe6e

RGB 15190110
HSL0.420.850.40
HSV153°92°75°
CMYK 0.920.000.42   0.25
XYZ21.424938.054320.9678
Yxy38.05430.26630.4730
Hunter Lab61.6882-45.959523.0291
CIE-Lab68.0606-58.033929.4377

#0fbe6e color RGB value is (15,190,110).

#0fbe6e hex color red value is 15, green value is 190 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #0fbe6e hue: 0.42 , saturation: 0.85 and the lightness value of 0fbe6e is 0.40.

The process color (four color CMYK) of #0fbe6e color hex is 0.92, 0.00, 0.42, 0.25. Web safe color of #0fbe6e is #00cc66. Color #0fbe6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 01101110
Octal 17 276 156
Decimal 15 190 110
Hex F BE 6E

RGB Percentages of Color #0fbe6e

%4.76
%60.32
%34.92

CMYK Percentages of Color #0fbe6e

%92
%0
%42
%25

Triadic Colors of #0fbe6e

#0fbe6e #6e0fbe #be6e0f

Analogous Colors of #0fbe6e

#0fbe6e #0fb7be #0fbe17

Monochromatic Colors of #0fbe6e

#0fbe6e

Complementary Color

#0fbe6e #be0f5f

#0fbe6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbe6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbe6e Color CSS Codes

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

#0fbe6e Text Font Color

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

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


#0fbe6e Background Color

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

This div background color is #0fbe6e


#0fbe6e Border Color

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

This div border color is #0fbe6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbe6e


Comments

No comments written yet.

Please login to write comment.