Color Hex Logo

#0aeaba Color Hex

#0AEABA
(10,234,186)
0 Favorites   0 Comments

Color spaces of #0aeaba

RGB 10234186
HSL0.460.920.48
HSV167°96°92°
CMYK 0.960.000.21   0.08
XYZ38.410962.455356.4850
Yxy62.45530.24410.3969
Hunter Lab79.0287-51.542512.9431
CIE-Lab83.1550-57.726710.2549

#0aeaba color RGB value is (10,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101010 10111010
Octal 12 352 272
Decimal 10 234 186
Hex A EA BA

RGB Percentages of Color #0aeaba

%2.33
%54.42
%43.26

CMYK Percentages of Color #0aeaba

%96
%0
%21
%8

Triadic Colors of #0aeaba

#0aeaba #ba0aea #eaba0a

Analogous Colors of #0aeaba

#0aeaba #0aaaea #0aea4a

Monochromatic Colors of #0aeaba

#0aeaba

Complementary Color

#0aeaba #ea0a3a

#0aeaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeaba Color CSS Codes

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

#0aeaba Text Font Color

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

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


#0aeaba Background Color

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

This div background color is #0aeaba


#0aeaba Border Color

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

This div border color is #0aeaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeaba


Comments

No comments written yet.

Please login to write comment.