Color Hex Logo

#0febff Color Hex

#0FEBFF
(15,235,255)
0 Favorites   0 Comments

Color spaces of #0febff

RGB 15235255
HSL0.511.000.53
HSV185°94°100°
CMYK 0.940.080.00   0.00
XYZ47.955366.7382104.9620
Yxy66.73820.21830.3038
Hunter Lab81.6935-38.1813-18.9920
CIE-Lab85.3716-38.8978-22.7913

#0febff color RGB value is (15,235,255).

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

The process color (four color CMYK) of #0febff color hex is 0.94, 0.08, 0.00, 0.00. Web safe color of #0febff is #00ffff. Color #0febff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11101011 11111111
Octal 17 353 377
Decimal 15 235 255
Hex F EB FF

RGB Percentages of Color #0febff

%2.97
%46.53
%50.50

CMYK Percentages of Color #0febff

%94
%8
%0
%0

Triadic Colors of #0febff

#0febff #ff0feb #ebff0f

Analogous Colors of #0febff

#0febff #0f73ff #0fff9b

Monochromatic Colors of #0febff

#0febff

Complementary Color

#0febff #ff230f

#0febff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0febff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0febff Color CSS Codes

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

#0febff Text Font Color

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

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


#0febff Background Color

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

This div background color is #0febff


#0febff Border Color

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

This div border color is #0febff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0febff

Related Colors


Comments

No comments written yet.

Please login to write comment.