Color Hex Logo

#008baf Color Hex

#008BAF
(0,139,175)
0 Favorites   0 Comments

Color spaces of #008baf

RGB 0139175
HSL0.531.000.34
HSV192°100°69°
CMYK 1.000.210.00   0.31
XYZ16.970521.560443.8246
Yxy21.56040.20610.2618
Hunter Lab46.4332-16.0195-23.4559
CIE-Lab53.5574-18.2666-27.7401

#008baf color RGB value is (0,139,175).

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

The process color (four color CMYK) of #008baf color hex is 1.00, 0.21, 0.00, 0.31. Web safe color of #008baf is #009999. Color #008baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001011 10101111
Octal 0 213 257
Decimal 0 139 175
Hex 0 8B AF

RGB Percentages of Color #008baf

%0.00
%44.27
%55.73

CMYK Percentages of Color #008baf

%100
%21
%0
%31

Triadic Colors of #008baf

#008baf #af008b #8baf00

Analogous Colors of #008baf

#008baf #0033af #00af7c

Monochromatic Colors of #008baf

#008baf

Complementary Color

#008baf #af2400

#008baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#008baf Color CSS Codes

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

#008baf Text Font Color

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

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


#008baf Background Color

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

This div background color is #008baf


#008baf Border Color

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

This div border color is #008baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008baf

#008baf Color Palettes


Comments

No comments written yet.

Please login to write comment.