Color Hex Logo

#0aeca9 Color Hex

#0AECA9
(10,236,169)
0 Favorites   0 Comments

Color spaces of #0aeca9

RGB 10236169
HSL0.450.920.48
HSV162°96°93°
CMYK 0.960.000.28   0.07
XYZ37.282162.920047.7159
Yxy62.92000.25200.4254
Hunter Lab79.3221-54.917119.8598
CIE-Lab83.4003-62.441419.4658

#0aeca9 color RGB value is (10,236,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101100 10101001
Octal 12 354 251
Decimal 10 236 169
Hex A EC A9

RGB Percentages of Color #0aeca9

%2.41
%56.87
%40.72

CMYK Percentages of Color #0aeca9

%96
%0
%28
%7

Triadic Colors of #0aeca9

#0aeca9 #a90aec #eca90a

Analogous Colors of #0aeca9

#0aeca9 #0abeec #0aec38

Monochromatic Colors of #0aeca9

#0aeca9

Complementary Color

#0aeca9 #ec0a4d

#0aeca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeca9 Color CSS Codes

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

#0aeca9 Text Font Color

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

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


#0aeca9 Background Color

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

This div background color is #0aeca9


#0aeca9 Border Color

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

This div border color is #0aeca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeca9


Comments

No comments written yet.

Please login to write comment.