Color Hex Logo

#0aeeb5 Color Hex

#0AEEB5
(10,238,181)
0 Favorites   0 Comments

Color spaces of #0aeeb5

RGB 10238181
HSL0.460.920.49
HSV165°96°93°
CMYK 0.960.000.24   0.07
XYZ39.040264.549854.1178
Yxy64.54980.24750.4093
Hunter Lab80.3429-53.863416.3031
CIE-Lab84.2512-60.444114.4220

#0aeeb5 color RGB value is (10,238,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101110 10110101
Octal 12 356 265
Decimal 10 238 181
Hex A EE B5

RGB Percentages of Color #0aeeb5

%2.33
%55.48
%42.19

CMYK Percentages of Color #0aeeb5

%96
%0
%24
%7

Triadic Colors of #0aeeb5

#0aeeb5 #b50aee #eeb50a

Analogous Colors of #0aeeb5

#0aeeb5 #0ab5ee #0aee43

Monochromatic Colors of #0aeeb5

#0aeeb5

Complementary Color

#0aeeb5 #ee0a43

#0aeeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeeb5 Color CSS Codes

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

#0aeeb5 Text Font Color

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

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


#0aeeb5 Background Color

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

This div background color is #0aeeb5


#0aeeb5 Border Color

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

This div border color is #0aeeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeeb5


Comments

No comments written yet.

Please login to write comment.