Color Hex Logo

#0fbe7c Color Hex

#0FBE7C
(15,190,124)
0 Favorites   0 Comments

Color spaces of #0fbe7c

RGB 15190124
HSL0.440.850.40
HSV157°92°75°
CMYK 0.920.000.35   0.25
XYZ22.248538.383725.3050
Yxy38.38370.25890.4466
Hunter Lab61.9546-44.319419.1515
CIE-Lab68.3025-55.226022.3849

#0fbe7c color RGB value is (15,190,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 01111100
Octal 17 276 174
Decimal 15 190 124
Hex F BE 7C

RGB Percentages of Color #0fbe7c

%4.56
%57.75
%37.69

CMYK Percentages of Color #0fbe7c

%92
%0
%35
%25

Triadic Colors of #0fbe7c

#0fbe7c #7c0fbe #be7c0f

Analogous Colors of #0fbe7c

#0fbe7c #0fa9be #0fbe25

Monochromatic Colors of #0fbe7c

#0fbe7c

Complementary Color

#0fbe7c #be0f51

#0fbe7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbe7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbe7c Color CSS Codes

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

#0fbe7c Text Font Color

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

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


#0fbe7c Background Color

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

This div background color is #0fbe7c


#0fbe7c Border Color

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

This div border color is #0fbe7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbe7c


Comments

No comments written yet.

Please login to write comment.