Color Hex Logo

#008bad Color Hex

#008BAD
(0,139,173)
0 Favorites   0 Comments

Color spaces of #008bad

RGB 0139173
HSL0.531.000.34
HSV192°100°68°
CMYK 1.000.200.00   0.32
XYZ16.775421.482442.7975
Yxy21.48240.20700.2650
Hunter Lab46.3491-16.5054-22.3024
CIE-Lab53.4735-18.9877-26.7222

#008bad color RGB value is (0,139,173).

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

The process color (four color CMYK) of #008bad color hex is 1.00, 0.20, 0.00, 0.32. Web safe color of #008bad is #009999. Color #008bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001011 10101101
Octal 0 213 255
Decimal 0 139 173
Hex 0 8B AD

RGB Percentages of Color #008bad

%0.00
%44.55
%55.45

CMYK Percentages of Color #008bad

%100
%20
%0
%32

Triadic Colors of #008bad

#008bad #ad008b #8bad00

Analogous Colors of #008bad

#008bad #0035ad #00ad79

Monochromatic Colors of #008bad

#008bad

Complementary Color

#008bad #ad2200

#008bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#008bad Color CSS Codes

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

#008bad Text Font Color

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

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


#008bad Background Color

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

This div background color is #008bad


#008bad Border Color

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

This div border color is #008bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008bad


Comments

No comments written yet.

Please login to write comment.