Color Hex Logo

#00bffe Color Hex

#00BFFE
(0,191,254)
0 Favorites   0 Comments

Color spaces of #00bffe

RGB 0191254
HSL0.541.000.50
HSV195°100°100°
CMYK 1.000.250.00   0.00
XYZ36.520244.4174100.4145
Yxy44.41740.20140.2449
Hunter Lab66.6464-18.8186-42.6784
CIE-Lab72.5066-17.9964-42.0768

#00bffe color RGB value is (0,191,254).

#00bffe hex color red value is 0, green value is 191 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #00bffe hue: 0.54 , saturation: 1.00 and the lightness value of 00bffe is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111111 11111110
Octal 0 277 376
Decimal 0 191 254
Hex 0 BF FE

RGB Percentages of Color #00bffe

%0.00
%42.92
%57.08

CMYK Percentages of Color #00bffe

%100
%25
%0
%0

Triadic Colors of #00bffe

#00bffe #fe00bf #bffe00

Analogous Colors of #00bffe

#00bffe #0040fe #00febe

Monochromatic Colors of #00bffe

#00bffe

Complementary Color

#00bffe #fe3f00

#00bffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00bffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00bffe Color CSS Codes

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

#00bffe Text Font Color

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

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


#00bffe Background Color

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

This div background color is #00bffe


#00bffe Border Color

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

This div border color is #00bffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00bffe


Comments

No comments written yet.

Please login to write comment.