Color Hex Logo

#0aeeec Color Hex

#0AEEEC
(10,238,236)
0 Favorites   0 Comments

Color spaces of #0aeeec

RGB 10238236
HSL0.500.920.49
HSV179°96°93°
CMYK 0.960.000.01   0.07
XYZ45.840067.269789.9252
Yxy67.26970.22580.3313
Hunter Lab82.0181-43.7679-7.5933
CIE-Lab85.6400-45.9955-12.4037

#0aeeec color RGB value is (10,238,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101110 11101100
Octal 12 356 354
Decimal 10 238 236
Hex A EE EC

RGB Percentages of Color #0aeeec

%2.07
%49.17
%48.76

CMYK Percentages of Color #0aeeec

%96
%0
%1
%7

Triadic Colors of #0aeeec

#0aeeec #ec0aee #eeec0a

Analogous Colors of #0aeeec

#0aeeec #0a7eee #0aee7a

Monochromatic Colors of #0aeeec

#0aeeec

Complementary Color

#0aeeec #ee0a0c

#0aeeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeeec Color CSS Codes

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

#0aeeec Text Font Color

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

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


#0aeeec Background Color

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

This div background color is #0aeeec


#0aeeec Border Color

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

This div border color is #0aeeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeeec


Comments

No comments written yet.

Please login to write comment.