color codes Logo

#00f0fb color codes

#00F0FB
(0,240,251)
0 Favorites   0 Comments

Color spaces of #00f0fb

RGB 0240251
HSL0.511.000.49
HSV183°100°98°
CMYK 1.000.040.00   0.02
XYZ48.572769.2852102.0801
Yxy69.28520.22080.3150
Hunter Lab83.2377-41.5038-14.4450
CIE-Lab86.6451-42.6862-18.7706

#00f0fb color RGB value is (0,240,251).

#00f0fb hex color red value is 0, green value is 240 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #00f0fb hue: 0.51 , saturation: 1.00 and the lightness value of 00f0fb is 0.49.

The process color (four color CMYK) of #00f0fb color code is 1.00, 0.04, 0.00, 0.02. Web safe color of #00f0fb is #00ffff. Color #00f0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11110000 11111011
Octal 0 360 373
Decimal 0 240 251
Hex 0 F0 FB

RGB Percentages of Color #00f0fb

%0.00
%48.88
%51.12

CMYK Percentages of Color #00f0fb

%100
%4
%0
%2

Triadic Colors of #00f0fb

#00f0fb #fb00f0 #f0fb00

Analogous Colors of #00f0fb

#00f0fb #0073fb #00fb89

Monochromatic Colors of #00f0fb

#00f0fb

Complementary Color

#00f0fb #fb0b00

#00f0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00f0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#00f0fb Color CSS Codes

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

#00f0fb Text Font Color

<p style="color:#00f0fb">Text here</p>

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


#00f0fb Background Color

<div style="background-color:#00f0fb">
Div content here</div>

This div background color is #00f0fb


#00f0fb Border Color

<div style="border:3px solid #00f0fb">
Div here</div>

This div border color is #00f0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00f0fb


Comments

No comments written yet.

Please login to write comment.