Color Hex Logo

#0fbb87 Color Hex

#0FBB87
(15,187,135)
0 Favorites   0 Comments

Color spaces of #0fbb87

RGB 15187135
HSL0.450.850.40
HSV162°92°73°
CMYK 0.920.000.28   0.27
XYZ22.340537.391528.9615
Yxy37.39150.25190.4216
Hunter Lab61.1486-41.795514.7228
CIE-Lab67.5697-51.643515.4632

#0fbb87 color RGB value is (15,187,135).

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

The process color (four color CMYK) of #0fbb87 color hex is 0.92, 0.00, 0.28, 0.27. Web safe color of #0fbb87 is #00cc99. Color #0fbb87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111011 10000111
Octal 17 273 207
Decimal 15 187 135
Hex F BB 87

RGB Percentages of Color #0fbb87

%4.45
%55.49
%40.06

CMYK Percentages of Color #0fbb87

%92
%0
%28
%27

Triadic Colors of #0fbb87

#0fbb87 #870fbb #bb870f

Analogous Colors of #0fbb87

#0fbb87 #0f99bb #0fbb31

Monochromatic Colors of #0fbb87

#0fbb87

Complementary Color

#0fbb87 #bb0f43

#0fbb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbb87 Color CSS Codes

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

#0fbb87 Text Font Color

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

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


#0fbb87 Background Color

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

This div background color is #0fbb87


#0fbb87 Border Color

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

This div border color is #0fbb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbb87


Comments

No comments written yet.

Please login to write comment.