Color Hex Logo

#0eb472 Color Hex

#0EB472
(14,180,114)
0 Favorites   0 Comments

Color spaces of #0eb472

RGB 14180114
HSL0.430.860.38
HSV156°92°71°
CMYK 0.920.000.37   0.29
XYZ19.539633.950821.4429
Yxy33.95080.26080.4531
Hunter Lab58.2673-42.108918.9679
CIE-Lab64.9235-53.712823.1631

#0eb472 color RGB value is (14,180,114).

#0eb472 hex color red value is 14, green value is 180 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #0eb472 hue: 0.43 , saturation: 0.86 and the lightness value of 0eb472 is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 00001110 10110100 01110010
Octal 16 264 162
Decimal 14 180 114
Hex E B4 72

RGB Percentages of Color #0eb472

%4.55
%58.44
%37.01

CMYK Percentages of Color #0eb472

%92
%0
%37
%29

Triadic Colors of #0eb472

#0eb472 #720eb4 #b4720e

Analogous Colors of #0eb472

#0eb472 #0ea3b4 #0eb41f

Monochromatic Colors of #0eb472

#0eb472

Complementary Color

#0eb472 #b40e50

#0eb472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eb472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eb472 Color CSS Codes

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

#0eb472 Text Font Color

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

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


#0eb472 Background Color

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

This div background color is #0eb472


#0eb472 Border Color

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

This div border color is #0eb472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eb472


Comments

No comments written yet.

Please login to write comment.