Color Hex Logo

#0ffbff Color Hex

#0FFBFF
(15,251,255)
0 Favorites   0 Comments

Color spaces of #0ffbff

RGB 15251255
HSL0.501.000.53
HSV181°94°100°
CMYK 0.940.020.00   0.00
XYZ52.744276.3159106.5583
Yxy76.31590.22390.3239
Hunter Lab87.3590-45.1063-11.1692
CIE-Lab90.0058-46.0412-15.7977

#0ffbff color RGB value is (15,251,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11111011 11111111
Octal 17 373 377
Decimal 15 251 255
Hex F FB FF

RGB Percentages of Color #0ffbff

%2.88
%48.18
%48.94

CMYK Percentages of Color #0ffbff

%94
%2
%0
%0

Triadic Colors of #0ffbff

#0ffbff #ff0ffb #fbff0f

Analogous Colors of #0ffbff

#0ffbff #0f83ff #0fff8b

Monochromatic Colors of #0ffbff

#0ffbff

Complementary Color

#0ffbff #ff130f

#0ffbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ffbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ffbff Color CSS Codes

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

#0ffbff Text Font Color

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

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


#0ffbff Background Color

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

This div background color is #0ffbff


#0ffbff Border Color

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

This div border color is #0ffbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ffbff

Related Colors


Comments

No comments written yet.

Please login to write comment.