Color Hex Logo

#00baff Color Hex

#00BAFF
(0,186,255)
2 Favorites   0 Comments

Color spaces of #00baff

RGB 0186255
HSL0.551.000.50
HSV196°100°100°
CMYK 1.000.270.00   0.00
XYZ35.608942.3378100.9030
Yxy42.33780.19910.2367
Hunter Lab65.0675-16.1821-46.3963
CIE-Lab71.1032-14.9962-44.8116

#00baff color RGB value is (0,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10111010 11111111
Octal 0 272 377
Decimal 0 186 255
Hex 0 BA FF

RGB Percentages of Color #00baff

%0.00
%42.18
%57.82

CMYK Percentages of Color #00baff

%100
%27
%0
%0

Triadic Colors of #00baff

#00baff #ff00ba #baff00

Analogous Colors of #00baff

#00baff #003aff #00ffc5

Monochromatic Colors of #00baff

#00baff

Complementary Color

#00baff #ff4500

#00baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#00baff Color CSS Codes

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

#00baff Text Font Color

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

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


#00baff Background Color

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

This div background color is #00baff


#00baff Border Color

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

This div border color is #00baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00baff

Related Colors


Comments

No comments written yet.

Please login to write comment.