Color Hex Logo

#0aeebc Color Hex

#0AEEBC
(10,238,188)
0 Favorites   0 Comments

Color spaces of #0aeebc

RGB 10238188
HSL0.460.920.49
HSV167°96°93°
CMYK 0.960.000.21   0.07
XYZ39.776864.844457.9967
Yxy64.84440.24460.3988
Hunter Lab80.5260-52.748313.6662
CIE-Lab84.4035-58.777510.9866

#0aeebc color RGB value is (10,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101110 10111100
Octal 12 356 274
Decimal 10 238 188
Hex A EE BC

RGB Percentages of Color #0aeebc

%2.29
%54.59
%43.12

CMYK Percentages of Color #0aeebc

%96
%0
%21
%7

Triadic Colors of #0aeebc

#0aeebc #bc0aee #eebc0a

Analogous Colors of #0aeebc

#0aeebc #0aaeee #0aee4a

Monochromatic Colors of #0aeebc

#0aeebc

Complementary Color

#0aeebc #ee0a3c

#0aeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeebc Color CSS Codes

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

#0aeebc Text Font Color

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

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


#0aeebc Background Color

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

This div background color is #0aeebc


#0aeebc Border Color

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

This div border color is #0aeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeebc


Comments

No comments written yet.

Please login to write comment.