Color Hex Logo

#008bfa Color Hex

#008BFA
(0,139,250)
0 Favorites   0 Comments

Color spaces of #008bfa

RGB 0139250
HSL0.571.000.49
HSV207°100°98°
CMYK 1.000.440.00   0.02
XYZ26.487925.367493.9428
Yxy25.36740.18170.1740
Hunter Lab50.36615.7339-75.3315
CIE-Lab57.431710.0769-63.7926

#008bfa color RGB value is (0,139,250).

#008bfa hex color red value is 0, green value is 139 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #008bfa hue: 0.57 , saturation: 1.00 and the lightness value of 008bfa is 0.49.

The process color (four color CMYK) of #008bfa color hex is 1.00, 0.44, 0.00, 0.02. Web safe color of #008bfa is #0099ff. Color #008bfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001011 11111010
Octal 0 213 372
Decimal 0 139 250
Hex 0 8B FA

RGB Percentages of Color #008bfa

%0.00
%35.73
%64.27

CMYK Percentages of Color #008bfa

%100
%44
%0
%2

Triadic Colors of #008bfa

#008bfa #fa008b #8bfa00

Analogous Colors of #008bfa

#008bfa #000efa #00faec

Monochromatic Colors of #008bfa

#008bfa

Complementary Color

#008bfa #fa6f00

#008bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#008bfa Color CSS Codes

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

#008bfa Text Font Color

<p style="color:#008bfa">Text here</p>

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


#008bfa Background Color

<div style="background-color:#008bfa">
Div content here</div>

This div background color is #008bfa


#008bfa Border Color

<div style="border:3px solid #008bfa">
Div here</div>

This div border color is #008bfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,139,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #008bfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #008bfa;
  -webkit-box-shadow: 1px 1px 3px 2px #008bfa;
  box-shadow:         1px 1px 3px 2px #008bfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008bfa


Comments

No comments written yet.

Please login to write comment.