Color Hex Logo

#0aeecd Color Hex

#0AEECD
(10,238,205)
0 Favorites   0 Comments

Color spaces of #0aeecd

RGB 10238205
HSL0.480.920.49
HSV171°96°93°
CMYK 0.960.000.14   0.07
XYZ41.719265.621468.2250
Yxy65.62140.23760.3738
Hunter Lab81.0070-49.83356.7702
CIE-Lab84.8029-54.50802.6557

#0aeecd color RGB value is (10,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101110 11001101
Octal 12 356 315
Decimal 10 238 205
Hex A EE CD

RGB Percentages of Color #0aeecd

%2.21
%52.54
%45.25

CMYK Percentages of Color #0aeecd

%96
%0
%14
%7

Triadic Colors of #0aeecd

#0aeecd #cd0aee #eecd0a

Analogous Colors of #0aeecd

#0aeecd #0a9dee #0aee5b

Monochromatic Colors of #0aeecd

#0aeecd

Complementary Color

#0aeecd #ee0a2b

#0aeecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeecd Color CSS Codes

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

#0aeecd Text Font Color

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

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


#0aeecd Background Color

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

This div background color is #0aeecd


#0aeecd Border Color

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

This div border color is #0aeecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeecd


Comments

No comments written yet.

Please login to write comment.