Color Hex Logo

#0e82bc Color Hex

#0E82BC
(14,130,188)
0 Favorites   0 Comments

Color spaces of #0e82bc

RGB 14130188
HSL0.560.860.40
HSV200°93°74°
CMYK 0.930.310.00   0.26
XYZ17.240819.689550.4687
Yxy19.68950.19730.2253
Hunter Lab44.3729-8.2974-36.3741
CIE-Lab51.4843-7.8438-38.4286

#0e82bc color RGB value is (14,130,188).

#0e82bc hex color red value is 14, green value is 130 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0e82bc hue: 0.56 , saturation: 0.86 and the lightness value of 0e82bc is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10000010 10111100
Octal 16 202 274
Decimal 14 130 188
Hex E 82 BC

RGB Percentages of Color #0e82bc

%4.22
%39.16
%56.63

CMYK Percentages of Color #0e82bc

%93
%31
%0
%26

Triadic Colors of #0e82bc

#0e82bc #bc0e82 #82bc0e

Analogous Colors of #0e82bc

#0e82bc #0e2bbc #0ebc9f

Monochromatic Colors of #0e82bc

#0e82bc

Complementary Color

#0e82bc #bc480e

#0e82bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e82bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e82bc Color CSS Codes

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

#0e82bc Text Font Color

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

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


#0e82bc Background Color

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

This div background color is #0e82bc


#0e82bc Border Color

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

This div border color is #0e82bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,130,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0e82bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0e82bc;
  -webkit-box-shadow: 1px 1px 3px 2px #0e82bc;
  box-shadow:         1px 1px 3px 2px #0e82bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,130,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e82bc


Comments

No comments written yet.

Please login to write comment.