Color Hex Logo

#0aec4f Color Hex

#0AEC4F
(10,236,79)
0 Favorites   0 Comments

Color spaces of #0aec4f

RGB 1023679
HSL0.380.920.48
HSV138°96°93°
CMYK 0.960.000.67   0.07
XYZ31.531960.619917.4361
Yxy60.61990.28770.5532
Hunter Lab77.8588-63.962441.2234
CIE-Lab82.1740-77.032660.6580

#0aec4f color RGB value is (10,236,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101100 01001111
Octal 12 354 117
Decimal 10 236 79
Hex A EC 4F

RGB Percentages of Color #0aec4f

%3.08
%72.62
%24.31

CMYK Percentages of Color #0aec4f

%96
%0
%67
%7

Triadic Colors of #0aec4f

#0aec4f #4f0aec #ec4f0a

Analogous Colors of #0aec4f

#0aec4f #0aecc0 #36ec0a

Monochromatic Colors of #0aec4f

#0aec4f

Complementary Color

#0aec4f #ec0aa7

#0aec4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aec4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aec4f Color CSS Codes

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

#0aec4f Text Font Color

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

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


#0aec4f Background Color

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

This div background color is #0aec4f


#0aec4f Border Color

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

This div border color is #0aec4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aec4f


Comments

No comments written yet.

Please login to write comment.