Color Hex Logo

#0aaedc Color Hex

#0AAEDC
(10,174,220)
0 Favorites   0 Comments

Color spaces of #0aaedc

RGB 10174220
HSL0.540.910.45
HSV193°95°86°
CMYK 0.950.210.00   0.14
XYZ28.179535.503973.0779
Yxy35.50390.20600.2596
Hunter Lab59.5851-19.8563-31.0063
CIE-Lab66.1391-20.6458-33.4886

#0aaedc color RGB value is (10,174,220).

#0aaedc hex color red value is 10, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0aaedc hue: 0.54 , saturation: 0.91 and the lightness value of 0aaedc is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101110 11011100
Octal 12 256 334
Decimal 10 174 220
Hex A AE DC

RGB Percentages of Color #0aaedc

%2.48
%43.07
%54.46

CMYK Percentages of Color #0aaedc

%95
%21
%0
%14

Triadic Colors of #0aaedc

#0aaedc #dc0aae #aedc0a

Analogous Colors of #0aaedc

#0aaedc #0a45dc #0adca1

Monochromatic Colors of #0aaedc

#0aaedc

Complementary Color

#0aaedc #dc380a

#0aaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaedc Color CSS Codes

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

#0aaedc Text Font Color

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

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


#0aaedc Background Color

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

This div background color is #0aaedc


#0aaedc Border Color

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

This div border color is #0aaedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaedc


Comments

No comments written yet.

Please login to write comment.