Color Hex Logo

#0e83bc Color Hex

#0E83BC
(14,131,188)
0 Favorites   0 Comments

Color spaces of #0e83bc

RGB 14131188
HSL0.550.860.40
HSV200°93°74°
CMYK 0.930.300.00   0.26
XYZ17.374519.956850.5133
Yxy19.95680.19780.2272
Hunter Lab44.6730-8.7545-35.7701
CIE-Lab51.7883-8.4245-37.9500

#0e83bc color RGB value is (14,131,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10000011 10111100
Octal 16 203 274
Decimal 14 131 188
Hex E 83 BC

RGB Percentages of Color #0e83bc

%4.20
%39.34
%56.46

CMYK Percentages of Color #0e83bc

%93
%30
%0
%26

Triadic Colors of #0e83bc

#0e83bc #bc0e83 #83bc0e

Analogous Colors of #0e83bc

#0e83bc #0e2cbc #0ebc9e

Monochromatic Colors of #0e83bc

#0e83bc

Complementary Color

#0e83bc #bc470e

#0e83bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e83bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e83bc Color CSS Codes

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

#0e83bc Text Font Color

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

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


#0e83bc Background Color

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

This div background color is #0e83bc


#0e83bc Border Color

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

This div border color is #0e83bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e83bc


Comments

No comments written yet.

Please login to write comment.