Color Hex Logo

#0aeecb Color Hex

#0AEECB
(10,238,203)
0 Favorites   0 Comments

Color spaces of #0aeecb

RGB 10238203
HSL0.470.920.49
HSV171°96°93°
CMYK 0.960.000.15   0.07
XYZ41.479265.525466.9614
Yxy65.52540.23840.3767
Hunter Lab80.9478-50.19177.6177
CIE-Lab84.7537-55.02613.6341

#0aeecb color RGB value is (10,238,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101110 11001011
Octal 12 356 313
Decimal 10 238 203
Hex A EE CB

RGB Percentages of Color #0aeecb

%2.22
%52.77
%45.01

CMYK Percentages of Color #0aeecb

%96
%0
%15
%7

Triadic Colors of #0aeecb

#0aeecb #cb0aee #eecb0a

Analogous Colors of #0aeecb

#0aeecb #0a9fee #0aee59

Monochromatic Colors of #0aeecb

#0aeecb

Complementary Color

#0aeecb #ee0a2d

#0aeecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeecb Color CSS Codes

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

#0aeecb Text Font Color

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

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


#0aeecb Background Color

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

This div background color is #0aeecb


#0aeecb Border Color

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

This div border color is #0aeecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeecb


Comments

No comments written yet.

Please login to write comment.