Color Hex Logo

#0ffbbe Color Hex

#0FFBBE
(15,251,190)
0 Favorites   0 Comments

Color spaces of #0ffbbe

RGB 15251190
HSL0.460.970.52
HSV164°94°98°
CMYK 0.940.000.24   0.02
XYZ43.988472.813660.4512
Yxy72.81360.24820.4108
Hunter Lab85.3309-57.311617.7286
CIE-Lab88.3587-63.066615.5504

#0ffbbe color RGB value is (15,251,190).

#0ffbbe hex color red value is 15, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0ffbbe hue: 0.46 , saturation: 0.97 and the lightness value of 0ffbbe is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111011 10111110
Octal 17 373 276
Decimal 15 251 190
Hex F FB BE

RGB Percentages of Color #0ffbbe

%3.29
%55.04
%41.67

CMYK Percentages of Color #0ffbbe

%94
%0
%24
%2

Triadic Colors of #0ffbbe

#0ffbbe #be0ffb #fbbe0f

Analogous Colors of #0ffbbe

#0ffbbe #0fc2fb #0ffb48

Monochromatic Colors of #0ffbbe

#0ffbbe

Complementary Color

#0ffbbe #fb0f4c

#0ffbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffbbe Color CSS Codes

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

#0ffbbe Text Font Color

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

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


#0ffbbe Background Color

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

This div background color is #0ffbbe


#0ffbbe Border Color

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

This div border color is #0ffbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffbbe


Comments

No comments written yet.

Please login to write comment.