Color Hex Logo

#0ffbbc Color Hex

#0FFBBC
(15,251,188)
0 Favorites   0 Comments

Color spaces of #0ffbbc

RGB 15251188
HSL0.460.970.52
HSV164°94°98°
CMYK 0.940.000.25   0.02
XYZ43.771372.726859.3076
Yxy72.72680.24900.4137
Hunter Lab85.2800-57.622118.4630
CIE-Lab88.3173-63.525116.5220

#0ffbbc color RGB value is (15,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111011 10111100
Octal 17 373 274
Decimal 15 251 188
Hex F FB BC

RGB Percentages of Color #0ffbbc

%3.30
%55.29
%41.41

CMYK Percentages of Color #0ffbbc

%94
%0
%25
%2

Triadic Colors of #0ffbbc

#0ffbbc #bc0ffb #fbbc0f

Analogous Colors of #0ffbbc

#0ffbbc #0fc4fb #0ffb46

Monochromatic Colors of #0ffbbc

#0ffbbc

Complementary Color

#0ffbbc #fb0f4e

#0ffbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffbbc Color CSS Codes

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

#0ffbbc Text Font Color

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

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


#0ffbbc Background Color

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

This div background color is #0ffbbc


#0ffbbc Border Color

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

This div border color is #0ffbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffbbc


Comments

No comments written yet.

Please login to write comment.