Color Hex Logo

#0aadec Color Hex

#0AADEC
(10,173,236)
0 Favorites   0 Comments

Color spaces of #0aadec

RGB 10173236
HSL0.550.920.48
HSV197°96°93°
CMYK 0.960.270.00   0.07
XYZ30.209136.007884.7149
Yxy36.00780.20020.2386
Hunter Lab60.0065-15.1490-41.6988
CIE-Lab66.5259-14.4935-41.6626

#0aadec color RGB value is (10,173,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 11101100
Octal 12 255 354
Decimal 10 173 236
Hex A AD EC

RGB Percentages of Color #0aadec

%2.39
%41.29
%56.32

CMYK Percentages of Color #0aadec

%96
%27
%0
%7

Triadic Colors of #0aadec

#0aadec #ec0aad #adec0a

Analogous Colors of #0aadec

#0aadec #0a3cec #0aecba

Monochromatic Colors of #0aadec

#0aadec

Complementary Color

#0aadec #ec490a

#0aadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadec Color CSS Codes

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

#0aadec Text Font Color

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

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


#0aadec Background Color

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

This div background color is #0aadec


#0aadec Border Color

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

This div border color is #0aadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadec


Comments

No comments written yet.

Please login to write comment.