Color Hex Logo

#0fbeff Color Hex

#0FBEFF
(15,190,255)
0 Favorites   0 Comments

Color spaces of #0fbeff

RGB 15190255
HSL0.551.000.53
HSV196°94°100°
CMYK 0.940.250.00   0.00
XYZ36.660544.1485101.1970
Yxy44.14850.20140.2426
Hunter Lab66.4443-17.7907-43.7897
CIE-Lab72.3276-16.7601-42.8897

#0fbeff color RGB value is (15,190,255).

#0fbeff hex color red value is 15, green value is 190 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0fbeff hue: 0.55 , saturation: 1.00 and the lightness value of 0fbeff is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111110 11111111
Octal 17 276 377
Decimal 15 190 255
Hex F BE FF

RGB Percentages of Color #0fbeff

%3.26
%41.30
%55.43

CMYK Percentages of Color #0fbeff

%94
%25
%0
%0

Triadic Colors of #0fbeff

#0fbeff #ff0fbe #beff0f

Analogous Colors of #0fbeff

#0fbeff #0f46ff #0fffc8

Monochromatic Colors of #0fbeff

#0fbeff

Complementary Color

#0fbeff #ff500f

#0fbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbeff Color CSS Codes

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

#0fbeff Text Font Color

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

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


#0fbeff Background Color

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

This div background color is #0fbeff


#0fbeff Border Color

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

This div border color is #0fbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbeff


Comments

No comments written yet.

Please login to write comment.