Color Hex Logo

#0ae69f Color Hex

#0AE69F
(10,230,159)
0 Favorites   0 Comments

Color spaces of #0ae69f

RGB 10230159
HSL0.450.920.47
HSV161°96°90°
CMYK 0.960.000.31   0.10
XYZ34.680059.161442.3924
Yxy59.16140.25460.4343
Hunter Lab76.9164-54.121921.1639
CIE-Lab81.3802-62.455621.8567

#0ae69f color RGB value is (10,230,159).

#0ae69f hex color red value is 10, green value is 230 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #0ae69f hue: 0.45 , saturation: 0.92 and the lightness value of 0ae69f is 0.47.

The process color (four color CMYK) of #0ae69f color hex is 0.96, 0.00, 0.31, 0.10. Web safe color of #0ae69f is #00ff99. Color #0ae69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11100110 10011111
Octal 12 346 237
Decimal 10 230 159
Hex A E6 9F

RGB Percentages of Color #0ae69f

%2.51
%57.64
%39.85

CMYK Percentages of Color #0ae69f

%96
%0
%31
%10

Triadic Colors of #0ae69f

#0ae69f #9f0ae6 #e69f0a

Analogous Colors of #0ae69f

#0ae69f #0abfe6 #0ae631

Monochromatic Colors of #0ae69f

#0ae69f

Complementary Color

#0ae69f #e60a51

#0ae69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ae69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ae69f Color CSS Codes

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

#0ae69f Text Font Color

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

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


#0ae69f Background Color

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

This div background color is #0ae69f


#0ae69f Border Color

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

This div border color is #0ae69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ae69f


Comments

No comments written yet.

Please login to write comment.