Color Hex Logo

#0ea536 Color Hex

#0EA536
(14,165,54)
0 Favorites   0 Comments

Color spaces of #0ea536

RGB 1416554
HSL0.380.840.35
HSV136°92°65°
CMYK 0.920.000.67   0.35
XYZ14.302127.27007.9999
Yxy27.27000.28850.5501
Hunter Lab52.2207-42.499027.4716
CIE-Lab59.2234-58.294745.9288

#0ea536 color RGB value is (14,165,54).

#0ea536 hex color red value is 14, green value is 165 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #0ea536 hue: 0.38 , saturation: 0.84 and the lightness value of 0ea536 is 0.35.

The process color (four color CMYK) of #0ea536 color hex is 0.92, 0.00, 0.67, 0.35. Web safe color of #0ea536 is #009933. Color #0ea536 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 10100101 00110110
Octal 16 245 66
Decimal 14 165 54
Hex E A5 36

RGB Percentages of Color #0ea536

%6.01
%70.82
%23.18

CMYK Percentages of Color #0ea536

%92
%0
%67
%35

Triadic Colors of #0ea536

#0ea536 #360ea5 #a5360e

Analogous Colors of #0ea536

#0ea536 #0ea582 #32a50e

Monochromatic Colors of #0ea536

#0ea536

Complementary Color

#0ea536 #a50e7d

#0ea536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ea536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ea536 Color CSS Codes

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

#0ea536 Text Font Color

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

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


#0ea536 Background Color

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

This div background color is #0ea536


#0ea536 Border Color

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

This div border color is #0ea536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ea536


Comments

No comments written yet.

Please login to write comment.