Color Hex Logo

#0aeafd Color Hex

#0AEAFD
(10,234,253)
0 Favorites   0 Comments

Color spaces of #0aeafd

RGB 10234253
HSL0.510.980.52
HSV185°96°99°
CMYK 0.960.080.00   0.01
XYZ47.277666.0020103.1764
Yxy66.00200.21840.3049
Hunter Lab81.2416-38.2969-18.4288
CIE-Lab84.9974-39.1692-22.3096

#0aeafd color RGB value is (10,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101010 11111101
Octal 12 352 375
Decimal 10 234 253
Hex A EA FD

RGB Percentages of Color #0aeafd

%2.01
%47.08
%50.91

CMYK Percentages of Color #0aeafd

%96
%8
%0
%1

Triadic Colors of #0aeafd

#0aeafd #fd0aea #eafd0a

Analogous Colors of #0aeafd

#0aeafd #0a71fd #0afd97

Monochromatic Colors of #0aeafd

#0aeafd

Complementary Color

#0aeafd #fd1d0a

#0aeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aeafd Color CSS Codes

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

#0aeafd Text Font Color

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

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


#0aeafd Background Color

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

This div background color is #0aeafd


#0aeafd Border Color

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

This div border color is #0aeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aeafd

Related Colors

#0aeafd Color Palettes


Comments

No comments written yet.

Please login to write comment.