Color Hex Logo

#0aaecb Color Hex

#0AAECB
(10,174,203)
0 Favorites   0 Comments

Color spaces of #0aaecb

RGB 10174203
HSL0.530.910.42
HSV189°95°80°
CMYK 0.950.140.00   0.20
XYZ26.040734.648461.8152
Yxy34.64840.21260.2828
Hunter Lab58.8629-24.0424-21.0597
CIE-Lab65.4740-26.4368-25.1332

#0aaecb color RGB value is (10,174,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101110 11001011
Octal 12 256 313
Decimal 10 174 203
Hex A AE CB

RGB Percentages of Color #0aaecb

%2.58
%44.96
%52.45

CMYK Percentages of Color #0aaecb

%95
%14
%0
%20

Triadic Colors of #0aaecb

#0aaecb #cb0aae #aecb0a

Analogous Colors of #0aaecb

#0aaecb #0a4ecb #0acb88

Monochromatic Colors of #0aaecb

#0aaecb

Complementary Color

#0aaecb #cb270a

#0aaecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaecb Color CSS Codes

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

#0aaecb Text Font Color

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

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


#0aaecb Background Color

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

This div background color is #0aaecb


#0aaecb Border Color

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

This div border color is #0aaecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaecb


Comments

No comments written yet.

Please login to write comment.