Color Hex Logo

#0ae17c Color Hex

#0AE17C
(10,225,124)
0 Favorites   0 Comments

Color spaces of #0ae17c

RGB 10225124
HSL0.420.910.46
HSV152°96°88°
CMYK 0.960.000.45   0.12
XYZ30.688555.370228.1389
Yxy55.37020.26870.4849
Hunter Lab74.4112-56.602929.6670
CIE-Lab79.2540-67.560636.8381

#0ae17c color RGB value is (10,225,124).

#0ae17c hex color red value is 10, green value is 225 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #0ae17c hue: 0.42 , saturation: 0.91 and the lightness value of 0ae17c is 0.46.

The process color (four color CMYK) of #0ae17c color hex is 0.96, 0.00, 0.45, 0.12. Web safe color of #0ae17c is #00cc66. Color #0ae17c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11100001 01111100
Octal 12 341 174
Decimal 10 225 124
Hex A E1 7C

RGB Percentages of Color #0ae17c

%2.79
%62.67
%34.54

CMYK Percentages of Color #0ae17c

%96
%0
%45
%12

Triadic Colors of #0ae17c

#0ae17c #7c0ae1 #e17c0a

Analogous Colors of #0ae17c

#0ae17c #0adbe1 #0ae111

Monochromatic Colors of #0ae17c

#0ae17c

Complementary Color

#0ae17c #e10a6f

#0ae17c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ae17c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ae17c Color CSS Codes

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

#0ae17c Text Font Color

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

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


#0ae17c Background Color

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

This div background color is #0ae17c


#0ae17c Border Color

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

This div border color is #0ae17c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ae17c


Comments

No comments written yet.

Please login to write comment.