Color Hex Logo

#0ffbbd Color Hex

#0FFBBD
(15,251,189)
0 Favorites   0 Comments

Color spaces of #0ffbbd

RGB 15251189
HSL0.460.970.52
HSV164°94°98°
CMYK 0.940.000.25   0.02
XYZ43.879572.770059.8774
Yxy72.77000.24860.4122
Hunter Lab85.3053-57.467218.0970
CIE-Lab88.3379-63.296216.0362

#0ffbbd color RGB value is (15,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111011 10111101
Octal 17 373 275
Decimal 15 251 189
Hex F FB BD

RGB Percentages of Color #0ffbbd

%3.30
%55.16
%41.54

CMYK Percentages of Color #0ffbbd

%94
%0
%25
%2

Triadic Colors of #0ffbbd

#0ffbbd #bd0ffb #fbbd0f

Analogous Colors of #0ffbbd

#0ffbbd #0fc3fb #0ffb47

Monochromatic Colors of #0ffbbd

#0ffbbd

Complementary Color

#0ffbbd #fb0f4d

#0ffbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffbbd Color CSS Codes

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

#0ffbbd Text Font Color

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

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


#0ffbbd Background Color

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

This div background color is #0ffbbd


#0ffbbd Border Color

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

This div border color is #0ffbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffbbd


Comments

No comments written yet.

Please login to write comment.