Color Hex Logo

#0ff0bf Color Hex

#0FF0BF
(15,240,191)
0 Favorites   0 Comments

Color spaces of #0ff0bf

RGB 15240191
HSL0.460.880.50
HSV167°94°94°
CMYK 0.940.000.20   0.06
XYZ40.761166.183359.9165
Yxy66.18330.24430.3966
Hunter Lab81.3531-52.932513.2802
CIE-Lab85.0898-58.676010.4004

#0ff0bf color RGB value is (15,240,191).

#0ff0bf hex color red value is 15, green value is 240 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0ff0bf hue: 0.46 , saturation: 0.88 and the lightness value of 0ff0bf is 0.50.

The process color (four color CMYK) of #0ff0bf color hex is 0.94, 0.00, 0.20, 0.06. Web safe color of #0ff0bf is #00ffcc. Color #0ff0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11110000 10111111
Octal 17 360 277
Decimal 15 240 191
Hex F F0 BF

RGB Percentages of Color #0ff0bf

%3.36
%53.81
%42.83

CMYK Percentages of Color #0ff0bf

%94
%0
%20
%6

Triadic Colors of #0ff0bf

#0ff0bf #bf0ff0 #f0bf0f

Analogous Colors of #0ff0bf

#0ff0bf #0fb1f0 #0ff04f

Monochromatic Colors of #0ff0bf

#0ff0bf

Complementary Color

#0ff0bf #f00f40

#0ff0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ff0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ff0bf Color CSS Codes

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

#0ff0bf Text Font Color

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

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


#0ff0bf Background Color

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

This div background color is #0ff0bf


#0ff0bf Border Color

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

This div border color is #0ff0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ff0bf


Comments

No comments written yet.

Please login to write comment.