Color Hex Logo

#0d85bd Color Hex

#0D85BD
(13,133,189)
0 Favorites   0 Comments

Color spaces of #0d85bd

RGB 13133189
HSL0.550.870.40
HSV199°93°74°
CMYK 0.930.300.00   0.26
XYZ17.738820.534751.1728
Yxy20.53470.19830.2296
Hunter Lab45.3152-9.4272-35.2333
CIE-Lab52.4364-9.2485-37.5035

#0d85bd color RGB value is (13,133,189).

#0d85bd hex color red value is 13, green value is 133 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0d85bd hue: 0.55 , saturation: 0.87 and the lightness value of 0d85bd is 0.40.

The process color (four color CMYK) of #0d85bd color hex is 0.93, 0.30, 0.00, 0.26. Web safe color of #0d85bd is #0099cc. Color #0d85bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000101 10111101
Octal 15 205 275
Decimal 13 133 189
Hex D 85 BD

RGB Percentages of Color #0d85bd

%3.88
%39.70
%56.42

CMYK Percentages of Color #0d85bd

%93
%30
%0
%26

Triadic Colors of #0d85bd

#0d85bd #bd0d85 #85bd0d

Analogous Colors of #0d85bd

#0d85bd #0d2dbd #0dbd9d

Monochromatic Colors of #0d85bd

#0d85bd

Complementary Color

#0d85bd #bd450d

#0d85bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d85bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d85bd Color CSS Codes

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

#0d85bd Text Font Color

<p style="color:#0d85bd">Text here</p>

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


#0d85bd Background Color

<div style="background-color:#0d85bd">
Div content here</div>

This div background color is #0d85bd


#0d85bd Border Color

<div style="border:3px solid #0d85bd">
Div here</div>

This div border color is #0d85bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d85bd


Comments

No comments written yet.

Please login to write comment.