Color Hex Logo

#0e6580 Color Hex

#0E6580
(14,101,128)
0 Favorites   0 Comments

Color spaces of #0e6580

RGB 14101128
HSL0.540.800.28
HSV194°89°50°
CMYK 0.890.210.00   0.50
XYZ8.731110.959222.0772
Yxy10.95920.20900.2624
Hunter Lab33.1047-10.8552-16.3667
CIE-Lab39.5117-13.6704-21.7866

#0e6580 color RGB value is (14,101,128).

#0e6580 hex color red value is 14, green value is 101 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #0e6580 hue: 0.54 , saturation: 0.80 and the lightness value of 0e6580 is 0.28.

The process color (four color CMYK) of #0e6580 color hex is 0.89, 0.21, 0.00, 0.50. Web safe color of #0e6580 is #006699. Color #0e6580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01100101 10000000
Octal 16 145 200
Decimal 14 101 128
Hex E 65 80

RGB Percentages of Color #0e6580

%5.76
%41.56
%52.67

CMYK Percentages of Color #0e6580

%89
%21
%0
%50

Triadic Colors of #0e6580

#0e6580 #800e65 #65800e

Analogous Colors of #0e6580

#0e6580 #0e2c80 #0e8062

Monochromatic Colors of #0e6580

#0e6580

Complementary Color

#0e6580 #80290e

#0e6580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e6580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e6580 Color CSS Codes

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

#0e6580 Text Font Color

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

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


#0e6580 Background Color

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

This div background color is #0e6580


#0e6580 Border Color

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

This div border color is #0e6580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e6580


Comments

No comments written yet.

Please login to write comment.