Color Hex Logo

#0aeba6 Color Hex

#0AEBA6
(10,235,166)
0 Favorites   0 Comments

Color spaces of #0aeba6

RGB 10235166
HSL0.450.920.48
HSV162°96°92°
CMYK 0.960.000.29   0.08
XYZ36.716462.234446.1537
Yxy62.23440.25300.4289
Hunter Lab78.8888-54.977920.5347
CIE-Lab83.0379-62.740220.5174

#0aeba6 color RGB value is (10,235,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 10100110
Octal 12 353 246
Decimal 10 235 166
Hex A EB A6

RGB Percentages of Color #0aeba6

%2.43
%57.18
%40.39

CMYK Percentages of Color #0aeba6

%96
%0
%29
%8

Triadic Colors of #0aeba6

#0aeba6 #a60aeb #eba60a

Analogous Colors of #0aeba6

#0aeba6 #0ac0eb #0aeb36

Monochromatic Colors of #0aeba6

#0aeba6

Complementary Color

#0aeba6 #eb0a4f

#0aeba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeba6 Color CSS Codes

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

#0aeba6 Text Font Color

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

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


#0aeba6 Background Color

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

This div background color is #0aeba6


#0aeba6 Border Color

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

This div border color is #0aeba6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeba6


Comments

No comments written yet.

Please login to write comment.