Color Hex Logo

#0aea6d Color Hex

#0AEA6D
(10,234,109)
0 Favorites   0 Comments

Color spaces of #0aea6d

RGB 10234109
HSL0.410.920.48
HSV147°96°92°
CMYK 0.960.000.53   0.08
XYZ32.308360.014324.3491
Yxy60.01430.27690.5144
Hunter Lab77.4689-61.127435.5929
CIE-Lab81.8460-72.800947.3040

#0aea6d color RGB value is (10,234,109).

#0aea6d hex color red value is 10, green value is 234 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #0aea6d hue: 0.41 , saturation: 0.92 and the lightness value of 0aea6d is 0.48.

The process color (four color CMYK) of #0aea6d color hex is 0.96, 0.00, 0.53, 0.08. Web safe color of #0aea6d is #00ff66. Color #0aea6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101010 01101101
Octal 12 352 155
Decimal 10 234 109
Hex A EA 6D

RGB Percentages of Color #0aea6d

%2.83
%66.29
%30.88

CMYK Percentages of Color #0aea6d

%96
%0
%53
%8

Triadic Colors of #0aea6d

#0aea6d #6d0aea #ea6d0a

Analogous Colors of #0aea6d

#0aea6d #0aeadd #17ea0a

Monochromatic Colors of #0aea6d

#0aea6d

Complementary Color

#0aea6d #ea0a87

#0aea6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aea6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aea6d Color CSS Codes

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

#0aea6d Text Font Color

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

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


#0aea6d Background Color

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

This div background color is #0aea6d


#0aea6d Border Color

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

This div border color is #0aea6d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,234,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0aea6d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0aea6d;
  -webkit-box-shadow: 1px 1px 3px 2px #0aea6d;
  box-shadow:         1px 1px 3px 2px #0aea6d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,234,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aea6d


Comments

No comments written yet.

Please login to write comment.