Color Hex Logo

#0fbeef Color Hex

#0FBEEF
(15,190,239)
0 Favorites   0 Comments

Color spaces of #0fbeef

RGB 15190239
HSL0.540.880.50
HSV193°94°94°
CMYK 0.940.210.00   0.06
XYZ34.190443.160588.1901
Yxy43.16050.20650.2607
Hunter Lab65.6967-22.0727-33.6023
CIE-Lab71.6638-22.2637-35.2859

#0fbeef color RGB value is (15,190,239).

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

The process color (four color CMYK) of #0fbeef color hex is 0.94, 0.21, 0.00, 0.06. Web safe color of #0fbeef is #00ccff. Color #0fbeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 11101111
Octal 17 276 357
Decimal 15 190 239
Hex F BE EF

RGB Percentages of Color #0fbeef

%3.38
%42.79
%53.83

CMYK Percentages of Color #0fbeef

%94
%21
%0
%6

Triadic Colors of #0fbeef

#0fbeef #ef0fbe #beef0f

Analogous Colors of #0fbeef

#0fbeef #0f4eef #0fefb0

Monochromatic Colors of #0fbeef

#0fbeef

Complementary Color

#0fbeef #ef400f

#0fbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbeef Color CSS Codes

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

#0fbeef Text Font Color

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

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


#0fbeef Background Color

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

This div background color is #0fbeef


#0fbeef Border Color

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

This div border color is #0fbeef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,190,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 #0fbeef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbeef


Comments

No comments written yet.

Please login to write comment.