Color Hex Logo

#0aeadb Color Hex

#0AEADB
(10,234,219)
0 Favorites   0 Comments

Color spaces of #0aeadb

RGB 10234219
HSL0.490.920.48
HSV176°96°92°
CMYK 0.960.000.06   0.08
XYZ42.334264.024677.1446
Yxy64.02460.23070.3489
Hunter Lab80.0154-45.5869-1.1520
CIE-Lab83.9786-49.0967-5.9206

#0aeadb color RGB value is (10,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101010 11011011
Octal 12 352 333
Decimal 10 234 219
Hex A EA DB

RGB Percentages of Color #0aeadb

%2.16
%50.54
%47.30

CMYK Percentages of Color #0aeadb

%96
%0
%6
%8

Triadic Colors of #0aeadb

#0aeadb #db0aea #eadb0a

Analogous Colors of #0aeadb

#0aeadb #0a89ea #0aea6b

Monochromatic Colors of #0aeadb

#0aeadb

Complementary Color

#0aeadb #ea0a19

#0aeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeadb Color CSS Codes

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

#0aeadb Text Font Color

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

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


#0aeadb Background Color

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

This div background color is #0aeadb


#0aeadb Border Color

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

This div border color is #0aeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeadb


Comments

No comments written yet.

Please login to write comment.