Color Hex Logo

#0ffbef Color Hex

#0FFBEF
(15,251,239)
0 Favorites   0 Comments

Color spaces of #0ffbef

RGB 15251239
HSL0.490.970.52
HSV177°94°98°
CMYK 0.940.000.05   0.02
XYZ50.274275.327993.5514
Yxy75.32790.22940.3437
Hunter Lab86.7916-48.4890-3.1536
CIE-Lab89.5464-50.5774-8.1576

#0ffbef color RGB value is (15,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111011 11101111
Octal 17 373 357
Decimal 15 251 239
Hex F FB EF

RGB Percentages of Color #0ffbef

%2.97
%49.70
%47.33

CMYK Percentages of Color #0ffbef

%94
%0
%5
%2

Triadic Colors of #0ffbef

#0ffbef #ef0ffb #fbef0f

Analogous Colors of #0ffbef

#0ffbef #0f91fb #0ffb79

Monochromatic Colors of #0ffbef

#0ffbef

Complementary Color

#0ffbef #fb0f1b

#0ffbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffbef Color CSS Codes

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

#0ffbef Text Font Color

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

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


#0ffbef Background Color

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

This div background color is #0ffbef


#0ffbef Border Color

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

This div border color is #0ffbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffbef


Comments

No comments written yet.

Please login to write comment.