color codes Logo

#0e90bc color codes

#0E90BC
(14,144,188)
0 Favorites   0 Comments

Color spaces of #0e90bc

RGB 14144188
HSL0.540.860.40
HSV195°93°74°
CMYK 0.930.230.00   0.26
XYZ19.231523.670751.1323
Yxy23.67070.20450.2517
Hunter Lab48.6525-14.5840-28.2552
CIE-Lab55.7566-15.7594-31.7381

#0e90bc color RGB value is (14,144,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10010000 10111100
Octal 16 220 274
Decimal 14 144 188
Hex E 90 BC

RGB Percentages of Color #0e90bc

%4.05
%41.62
%54.34

CMYK Percentages of Color #0e90bc

%93
%23
%0
%26

Triadic Colors of #0e90bc

#0e90bc #bc0e90 #90bc0e

Analogous Colors of #0e90bc

#0e90bc #0e39bc #0ebc91

Monochromatic Colors of #0e90bc

#0e90bc

Complementary Color

#0e90bc #bc3a0e

#0e90bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e90bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e90bc Color CSS Codes

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

#0e90bc Text Font Color

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

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


#0e90bc Background Color

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

This div background color is #0e90bc


#0e90bc Border Color

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

This div border color is #0e90bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e90bc


Comments

No comments written yet.

Please login to write comment.