Color Hex Logo

#0a8aed Color Hex

#0A8AED
(10,138,237)
0 Favorites   0 Comments

Color spaces of #0a8aed

RGB 10138237
HSL0.570.920.48
HSV206°96°93°
CMYK 0.960.420.00   0.07
XYZ24.499724.355983.5307
Yxy24.35590.18510.1840
Hunter Lab49.35172.2474-65.8057
CIE-Lab56.44245.9561-58.1868

#0a8aed color RGB value is (10,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10001010 11101101
Octal 12 212 355
Decimal 10 138 237
Hex A 8A ED

RGB Percentages of Color #0a8aed

%2.60
%35.84
%61.56

CMYK Percentages of Color #0a8aed

%96
%42
%0
%7

Triadic Colors of #0a8aed

#0a8aed #ed0a8a #8aed0a

Analogous Colors of #0a8aed

#0a8aed #0a19ed #0aeddf

Monochromatic Colors of #0a8aed

#0a8aed

Complementary Color

#0a8aed #ed6d0a

#0a8aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a8aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a8aed Color CSS Codes

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

#0a8aed Text Font Color

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

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


#0a8aed Background Color

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

This div background color is #0a8aed


#0a8aed Border Color

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

This div border color is #0a8aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a8aed


Comments

No comments written yet.

Please login to write comment.