Color Hex Logo

#0e6558 Color Hex

#0E6558
(14,101,88)
0 Favorites   0 Comments

Color spaces of #0e6558

RGB 1410188
HSL0.480.760.23
HSV171°86°40°
CMYK 0.860.000.13   0.60
XYZ6.596210.105310.8354
Yxy10.10530.23950.3670
Hunter Lab31.7888-18.59162.0429
CIE-Lab38.0308-27.41800.4753

#0e6558 color RGB value is (14,101,88).

#0e6558 hex color red value is 14, green value is 101 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #0e6558 hue: 0.48 , saturation: 0.76 and the lightness value of 0e6558 is 0.23.

The process color (four color CMYK) of #0e6558 color hex is 0.86, 0.00, 0.13, 0.60. Web safe color of #0e6558 is #006666. Color #0e6558 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 01100101 01011000
Octal 16 145 130
Decimal 14 101 88
Hex E 65 58

RGB Percentages of Color #0e6558

%6.90
%49.75
%43.35

CMYK Percentages of Color #0e6558

%86
%0
%13
%60

Triadic Colors of #0e6558

#0e6558 #580e65 #65580e

Monochromatic Colors of #0e6558

#0e6558

Complementary Color

#0e6558 #650e1b

#0e6558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0e6558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0e6558 Color CSS Codes

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

#0e6558 Text Font Color

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

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


#0e6558 Background Color

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

This div background color is #0e6558


#0e6558 Border Color

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

This div border color is #0e6558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0e6558


Comments

No comments written yet.

Please login to write comment.