Color Hex Logo

#0fb287 Color Hex

#0FB287
(15,178,135)
0 Favorites   0 Comments

Color spaces of #0fb287

RGB 15178135
HSL0.460.840.38
HSV164°92°70°
CMYK 0.920.000.24   0.30
XYZ20.490633.691628.3448
Yxy33.69160.24830.4082
Hunter Lab58.0445-38.564511.6781
CIE-Lab64.7170-48.111011.4643

#0fb287 color RGB value is (15,178,135).

#0fb287 hex color red value is 15, green value is 178 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #0fb287 hue: 0.46 , saturation: 0.84 and the lightness value of 0fb287 is 0.38.

The process color (four color CMYK) of #0fb287 color hex is 0.92, 0.00, 0.24, 0.30. Web safe color of #0fb287 is #009999. Color #0fb287 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110010 10000111
Octal 17 262 207
Decimal 15 178 135
Hex F B2 87

RGB Percentages of Color #0fb287

%4.57
%54.27
%41.16

CMYK Percentages of Color #0fb287

%92
%0
%24
%30

Triadic Colors of #0fb287

#0fb287 #870fb2 #b2870f

Analogous Colors of #0fb287

#0fb287 #0f8cb2 #0fb236

Monochromatic Colors of #0fb287

#0fb287

Complementary Color

#0fb287 #b20f3a

#0fb287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb287 Color CSS Codes

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

#0fb287 Text Font Color

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

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


#0fb287 Background Color

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

This div background color is #0fb287


#0fb287 Border Color

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

This div border color is #0fb287


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,178,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 #0fb287">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb287


Comments

No comments written yet.

Please login to write comment.