Color Hex Logo

#0aeb8f Color Hex

#0AEB8F
(10,235,143)
0 Favorites   0 Comments

Color spaces of #0aeb8f

RGB 10235143
HSL0.430.920.48
HSV155°96°92°
CMYK 0.960.000.39   0.08
XYZ34.791461.464436.0167
Yxy61.46440.26300.4647
Hunter Lab78.3992-57.985327.6416
CIE-Lab82.6278-67.450831.7301

#0aeb8f color RGB value is (10,235,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 10001111
Octal 12 353 217
Decimal 10 235 143
Hex A EB 8F

RGB Percentages of Color #0aeb8f

%2.58
%60.57
%36.86

CMYK Percentages of Color #0aeb8f

%96
%0
%39
%8

Triadic Colors of #0aeb8f

#0aeb8f #8f0aeb #eb8f0a

Analogous Colors of #0aeb8f

#0aeb8f #0ad7eb #0aeb1f

Monochromatic Colors of #0aeb8f

#0aeb8f

Complementary Color

#0aeb8f #eb0a66

#0aeb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeb8f Color CSS Codes

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

#0aeb8f Text Font Color

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

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


#0aeb8f Background Color

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

This div background color is #0aeb8f


#0aeb8f Border Color

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

This div border color is #0aeb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeb8f


Comments

No comments written yet.

Please login to write comment.