Color Hex Logo

#0aa7ea Color Hex

#0AA7EA
(10,167,234)
0 Favorites   0 Comments

Color spaces of #0aa7ea

RGB 10167234
HSL0.550.920.48
HSV198°96°92°
CMYK 0.960.290.00   0.08
XYZ28.795233.642582.8179
Yxy33.64250.19820.2316
Hunter Lab58.0022-12.8874-44.0552
CIE-Lab64.6778-11.9364-43.4656

#0aa7ea color RGB value is (10,167,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10100111 11101010
Octal 12 247 352
Decimal 10 167 234
Hex A A7 EA

RGB Percentages of Color #0aa7ea

%2.43
%40.63
%56.93

CMYK Percentages of Color #0aa7ea

%96
%29
%0
%8

Triadic Colors of #0aa7ea

#0aa7ea #ea0aa7 #a7ea0a

Analogous Colors of #0aa7ea

#0aa7ea #0a37ea #0aeabd

Monochromatic Colors of #0aa7ea

#0aa7ea

Complementary Color

#0aa7ea #ea4d0a

#0aa7ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aa7ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aa7ea Color CSS Codes

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

#0aa7ea Text Font Color

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

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


#0aa7ea Background Color

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

This div background color is #0aa7ea


#0aa7ea Border Color

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

This div border color is #0aa7ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aa7ea


Comments

No comments written yet.

Please login to write comment.