Color Hex Logo

#00b6fe Color Hex

#00B6FE
(0,182,254)
0 Favorites   0 Comments

Color spaces of #00b6fe

RGB 0182254
HSL0.551.000.50
HSV197°100°100°
CMYK 1.000.280.00   0.00
XYZ34.617340.611799.7802
Yxy40.61170.19780.2321
Hunter Lab63.7273-14.5598-48.2234
CIE-Lab69.9030-13.2003-46.1550

#00b6fe color RGB value is (0,182,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10110110 11111110
Octal 0 266 376
Decimal 0 182 254
Hex 0 B6 FE

RGB Percentages of Color #00b6fe

%0.00
%41.74
%58.26

CMYK Percentages of Color #00b6fe

%100
%28
%0
%0

Triadic Colors of #00b6fe

#00b6fe #fe00b6 #b6fe00

Analogous Colors of #00b6fe

#00b6fe #0037fe #00fec7

Monochromatic Colors of #00b6fe

#00b6fe

Complementary Color

#00b6fe #fe4800

#00b6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00b6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#00b6fe Color CSS Codes

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

#00b6fe Text Font Color

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

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


#00b6fe Background Color

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

This div background color is #00b6fe


#00b6fe Border Color

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

This div border color is #00b6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00b6fe


Comments

No comments written yet.

Please login to write comment.