Color Hex Logo

#0aaebd Color Hex

#0AAEBD
(10,174,189)
0 Favorites   0 Comments

Color spaces of #0aaebd

RGB 10174189
HSL0.510.900.39
HSV185°95°74°
CMYK 0.950.080.00   0.26
XYZ24.446534.010853.4204
Yxy34.01080.21850.3040
Hunter Lab58.3188-27.2329-13.4869
CIE-Lab64.9711-31.0363-18.1360

#0aaebd color RGB value is (10,174,189).

#0aaebd hex color red value is 10, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0aaebd hue: 0.51 , saturation: 0.90 and the lightness value of 0aaebd is 0.39.

The process color (four color CMYK) of #0aaebd color hex is 0.95, 0.08, 0.00, 0.26. Web safe color of #0aaebd is #0099cc. Color #0aaebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101110 10111101
Octal 12 256 275
Decimal 10 174 189
Hex A AE BD

RGB Percentages of Color #0aaebd

%2.68
%46.65
%50.67

CMYK Percentages of Color #0aaebd

%95
%8
%0
%26

Triadic Colors of #0aaebd

#0aaebd #bd0aae #aebd0a

Analogous Colors of #0aaebd

#0aaebd #0a55bd #0abd73

Monochromatic Colors of #0aaebd

#0aaebd

Complementary Color

#0aaebd #bd190a

#0aaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaebd Color CSS Codes

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

#0aaebd Text Font Color

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

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


#0aaebd Background Color

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

This div background color is #0aaebd


#0aaebd Border Color

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

This div border color is #0aaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaebd


Comments

No comments written yet.

Please login to write comment.