Color Hex Logo

#0eb769 Color Hex

#0EB769
(14,183,105)
0 Favorites   0 Comments

Color spaces of #0eb769

RGB 14183105
HSL0.420.860.39
HSV152°92°72°
CMYK 0.920.000.43   0.28
XYZ19.664434.980319.0800
Yxy34.98030.26670.4745
Hunter Lab59.1441-44.154122.2738
CIE-Lab65.7333-56.576529.0008

#0eb769 color RGB value is (14,183,105).

#0eb769 hex color red value is 14, green value is 183 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #0eb769 hue: 0.42 , saturation: 0.86 and the lightness value of 0eb769 is 0.39.

The process color (four color CMYK) of #0eb769 color hex is 0.92, 0.00, 0.43, 0.28. Web safe color of #0eb769 is #00cc66. Color #0eb769 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110111 01101001
Octal 16 267 151
Decimal 14 183 105
Hex E B7 69

RGB Percentages of Color #0eb769

%4.64
%60.60
%34.77

CMYK Percentages of Color #0eb769

%92
%0
%43
%28

Triadic Colors of #0eb769

#0eb769 #690eb7 #b7690e

Analogous Colors of #0eb769

#0eb769 #0eb1b7 #0eb715

Monochromatic Colors of #0eb769

#0eb769

Complementary Color

#0eb769 #b70e5c

#0eb769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb769 Color CSS Codes

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

#0eb769 Text Font Color

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

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


#0eb769 Background Color

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

This div background color is #0eb769


#0eb769 Border Color

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

This div border color is #0eb769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb769


Comments

No comments written yet.

Please login to write comment.