Color Hex Logo

#0aec2b Color Hex

#0AEC2B
(10,236,43)
0 Favorites   0 Comments

Color spaces of #0aec2b

RGB 1023643
HSL0.360.920.48
HSV129°96°93°
CMYK 0.960.000.82   0.07
XYZ30.556760.229912.3005
Yxy60.22990.29640.5843
Hunter Lab77.6079-65.532844.9284
CIE-Lab81.9630-79.728972.2185

#0aec2b color RGB value is (10,236,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101100 00101011
Octal 12 354 53
Decimal 10 236 43
Hex A EC 2B

RGB Percentages of Color #0aec2b

%3.46
%81.66
%14.88

CMYK Percentages of Color #0aec2b

%96
%0
%82
%7

Triadic Colors of #0aec2b

#0aec2b #2b0aec #ec2b0a

Analogous Colors of #0aec2b

#0aec2b #0aec9c #5aec0a

Monochromatic Colors of #0aec2b

#0aec2b

Complementary Color

#0aec2b #ec0acb

#0aec2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aec2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aec2b Color CSS Codes

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

#0aec2b Text Font Color

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

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


#0aec2b Background Color

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

This div background color is #0aec2b


#0aec2b Border Color

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

This div border color is #0aec2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aec2b


Comments

No comments written yet.

Please login to write comment.