Color Hex Logo

#008dbd Color Hex

#008DBD
(0,141,189)
0 Favorites   0 Comments

Color spaces of #008dbd

RGB 0141189
HSL0.541.000.37
HSV195°100°74°
CMYK 1.000.250.00   0.26
XYZ18.710222.723951.5441
Yxy22.72390.20120.2444
Hunter Lab47.6696-13.3610-30.7403
CIE-Lab54.7868-14.2560-33.8263

#008dbd color RGB value is (0,141,189).

#008dbd hex color red value is 0, green value is 141 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #008dbd hue: 0.54 , saturation: 1.00 and the lightness value of 008dbd is 0.37.

The process color (four color CMYK) of #008dbd color hex is 1.00, 0.25, 0.00, 0.26. Web safe color of #008dbd is #0099cc. Color #008dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001101 10111101
Octal 0 215 275
Decimal 0 141 189
Hex 0 8D BD

RGB Percentages of Color #008dbd

%0.00
%42.73
%57.27

CMYK Percentages of Color #008dbd

%100
%25
%0
%26

Triadic Colors of #008dbd

#008dbd #bd008d #8dbd00

Analogous Colors of #008dbd

#008dbd #002fbd #00bd8f

Monochromatic Colors of #008dbd

#008dbd

Complementary Color

#008dbd #bd3000

#008dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#008dbd Color CSS Codes

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

#008dbd Text Font Color

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

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


#008dbd Background Color

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

This div background color is #008dbd


#008dbd Border Color

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

This div border color is #008dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008dbd


Comments

No comments written yet.

Please login to write comment.