Color Hex Logo

#0aebac Color Hex

#0AEBAC
(10,235,172)
0 Favorites   0 Comments

Color spaces of #0aebac

RGB 10235172
HSL0.450.920.48
HSV163°96°92°
CMYK 0.960.000.27   0.08
XYZ37.279962.459749.1208
Yxy62.45970.25040.4196
Hunter Lab79.0314-54.104918.4712
CIE-Lab83.1573-61.401217.5703

#0aebac color RGB value is (10,235,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 10101100
Octal 12 353 254
Decimal 10 235 172
Hex A EB AC

RGB Percentages of Color #0aebac

%2.40
%56.35
%41.25

CMYK Percentages of Color #0aebac

%96
%0
%27
%8

Triadic Colors of #0aebac

#0aebac #ac0aeb #ebac0a

Analogous Colors of #0aebac

#0aebac #0abaeb #0aeb3c

Monochromatic Colors of #0aebac

#0aebac

Complementary Color

#0aebac #eb0a49

#0aebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebac Color CSS Codes

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

#0aebac Text Font Color

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

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


#0aebac Background Color

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

This div background color is #0aebac


#0aebac Border Color

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

This div border color is #0aebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebac


Comments

No comments written yet.

Please login to write comment.