Color Hex Logo

#0d86ee Color Hex

#0D86EE
(13,134,238)
0 Favorites   0 Comments

Color spaces of #0d86ee

RGB 13134238
HSL0.580.900.49
HSV208°95°93°
CMYK 0.950.440.00   0.07
XYZ24.123723.308884.1165
Yxy23.30880.18340.1772
Hunter Lab48.27924.7027-69.5051
CIE-Lab55.38908.8603-60.4300

#0d86ee color RGB value is (13,134,238).

#0d86ee hex color red value is 13, green value is 134 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #0d86ee hue: 0.58 , saturation: 0.90 and the lightness value of 0d86ee is 0.49.

The process color (four color CMYK) of #0d86ee color hex is 0.95, 0.44, 0.00, 0.07. Web safe color of #0d86ee is #0099ff. Color #0d86ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000110 11101110
Octal 15 206 356
Decimal 13 134 238
Hex D 86 EE

RGB Percentages of Color #0d86ee

%3.38
%34.81
%61.82

CMYK Percentages of Color #0d86ee

%95
%44
%0
%7

Triadic Colors of #0d86ee

#0d86ee #ee0d86 #86ee0d

Analogous Colors of #0d86ee

#0d86ee #0d15ee #0deee6

Monochromatic Colors of #0d86ee

#0d86ee

Complementary Color

#0d86ee #ee750d

#0d86ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d86ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d86ee Color CSS Codes

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

#0d86ee Text Font Color

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

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


#0d86ee Background Color

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

This div background color is #0d86ee


#0d86ee Border Color

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

This div border color is #0d86ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,134,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d86ee


Comments

No comments written yet.

Please login to write comment.