Color Hex Logo

#0aebfa Color Hex

#0AEBFA
(10,235,250)
0 Favorites   0 Comments

Color spaces of #0aebfa

RGB 10235250
HSL0.510.960.51
HSV184°96°98°
CMYK 0.960.060.00   0.02
XYZ47.088866.3833100.7739
Yxy66.38330.21980.3098
Hunter Lab81.4759-39.4193-16.2999
CIE-Lab85.1916-40.5339-20.4382

#0aebfa color RGB value is (10,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11101011 11111010
Octal 12 353 372
Decimal 10 235 250
Hex A EB FA

RGB Percentages of Color #0aebfa

%2.02
%47.47
%50.51

CMYK Percentages of Color #0aebfa

%96
%6
%0
%2

Triadic Colors of #0aebfa

#0aebfa #fa0aeb #ebfa0a

Analogous Colors of #0aebfa

#0aebfa #0a73fa #0afa91

Monochromatic Colors of #0aebfa

#0aebfa

Complementary Color

#0aebfa #fa190a

#0aebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aebfa Color CSS Codes

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

#0aebfa Text Font Color

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

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


#0aebfa Background Color

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

This div background color is #0aebfa


#0aebfa Border Color

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

This div border color is #0aebfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,235,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 #0aebfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aebfa


Comments

No comments written yet.

Please login to write comment.