Color Hex Logo

#0aedfa Color Hex

#0AEDFA
(10,237,250)
0 Favorites   0 Comments

Color spaces of #0aedfa

RGB 10237250
HSL0.510.960.51
HSV183°96°98°
CMYK 0.960.050.00   0.02
XYZ47.664767.5350100.9659
Yxy67.53500.22050.3124
Hunter Lab82.1797-40.2834-15.3179
CIE-Lab85.7734-41.4355-19.5587

#0aedfa color RGB value is (10,237,250).

#0aedfa hex color red value is 10, green value is 237 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #0aedfa hue: 0.51 , saturation: 0.96 and the lightness value of 0aedfa is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101101 11111010
Octal 12 355 372
Decimal 10 237 250
Hex A ED FA

RGB Percentages of Color #0aedfa

%2.01
%47.69
%50.30

CMYK Percentages of Color #0aedfa

%96
%5
%0
%2

Triadic Colors of #0aedfa

#0aedfa #fa0aed #edfa0a

Analogous Colors of #0aedfa

#0aedfa #0a75fa #0afa8f

Monochromatic Colors of #0aedfa

#0aedfa

Complementary Color

#0aedfa #fa170a

#0aedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aedfa Color CSS Codes

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

#0aedfa Text Font Color

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

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


#0aedfa Background Color

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

This div background color is #0aedfa


#0aedfa Border Color

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

This div border color is #0aedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aedfa


Comments

No comments written yet.

Please login to write comment.