Color Hex Logo

#0aeafe Color Hex

#0AEAFE
(10,234,254)
0 Favorites   0 Comments

Color spaces of #0aeafe

RGB 10234254
HSL0.510.990.52
HSV185°96°100°
CMYK 0.960.080.00   0.00
XYZ47.437466.0659104.0177
Yxy66.06590.21810.3037
Hunter Lab81.2809-38.0650-18.9786
CIE-Lab85.0300-38.8638-22.7859

#0aeafe color RGB value is (10,234,254).

#0aeafe hex color red value is 10, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0aeafe hue: 0.51 , saturation: 0.99 and the lightness value of 0aeafe is 0.52.

The process color (four color CMYK) of #0aeafe color hex is 0.96, 0.08, 0.00, 0.00. Web safe color of #0aeafe is #00ffff. Color #0aeafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101010 11111110
Octal 12 352 376
Decimal 10 234 254
Hex A EA FE

RGB Percentages of Color #0aeafe

%2.01
%46.99
%51.00

CMYK Percentages of Color #0aeafe

%96
%8
%0
%0

Triadic Colors of #0aeafe

#0aeafe #fe0aea #eafe0a

Analogous Colors of #0aeafe

#0aeafe #0a70fe #0afe98

Monochromatic Colors of #0aeafe

#0aeafe

Complementary Color

#0aeafe #fe1e0a

#0aeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeafe Color CSS Codes

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

#0aeafe Text Font Color

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

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


#0aeafe Background Color

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

This div background color is #0aeafe


#0aeafe Border Color

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

This div border color is #0aeafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeafe

Related Colors


Comments

No comments written yet.

Please login to write comment.