Color Hex Logo

#0aadef Color Hex

#0AADEF
(10,173,239)
0 Favorites   0 Comments

Color spaces of #0aadef

RGB 10173239
HSL0.550.920.49
HSV197°96°94°
CMYK 0.960.280.00   0.06
XYZ30.648736.183787.0301
Yxy36.18370.19920.2352
Hunter Lab60.1529-14.3194-43.6746
CIE-Lab66.6600-13.4246-43.0920

#0aadef color RGB value is (10,173,239).

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

The process color (four color CMYK) of #0aadef color hex is 0.96, 0.28, 0.00, 0.06. Web safe color of #0aadef is #0099ff. Color #0aadef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 11101111
Octal 12 255 357
Decimal 10 173 239
Hex A AD EF

RGB Percentages of Color #0aadef

%2.37
%41.00
%56.64

CMYK Percentages of Color #0aadef

%96
%28
%0
%6

Triadic Colors of #0aadef

#0aadef #ef0aad #adef0a

Analogous Colors of #0aadef

#0aadef #0a3aef #0aefbf

Monochromatic Colors of #0aadef

#0aadef

Complementary Color

#0aadef #ef4c0a

#0aadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadef Color CSS Codes

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

#0aadef Text Font Color

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

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


#0aadef Background Color

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

This div background color is #0aadef


#0aadef Border Color

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

This div border color is #0aadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadef


Comments

No comments written yet.

Please login to write comment.