Color Hex Logo

#a5baea Color Hex

#A5BAEA
(165,186,234)
0 Favorites   0 Comments

Color spaces of #a5baea

RGB 165186234
HSL0.620.620.78
HSV222°29°92°
CMYK 0.290.210.00   0.08
XYZ47.927249.057784.7849
Yxy49.05770.26370.2699
Hunter Lab70.0412-0.4296-22.7417
CIE-Lab75.48723.6294-26.2627

#a5baea color RGB value is (165,186,234).

#a5baea hex color red value is 165, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a5baea hue: 0.62 , saturation: 0.62 and the lightness value of a5baea is 0.78.

The process color (four color CMYK) of #a5baea color hex is 0.29, 0.21, 0.00, 0.08. Web safe color of #a5baea is #99ccff. Color #a5baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111010 11101010
Octal 245 272 352
Decimal 165 186 234
Hex A5 BA EA

RGB Percentages of Color #a5baea

%28.21
%31.79
%40.00

CMYK Percentages of Color #a5baea

%29
%21
%0
%8

Triadic Colors of #a5baea

#a5baea #eaa5ba #baeaa5

Analogous Colors of #a5baea

#a5baea #b3a5ea #a5ddea

Monochromatic Colors of #a5baea

#a5baea

Complementary Color

#a5baea #ead5a5

#a5baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5baea Color CSS Codes

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

#a5baea Text Font Color

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

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


#a5baea Background Color

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

This div background color is #a5baea


#a5baea Border Color

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

This div border color is #a5baea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,186,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5baea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5baea;
  -webkit-box-shadow: 1px 1px 3px 2px #a5baea;
  box-shadow:         1px 1px 3px 2px #a5baea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,186,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 #a5baea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5baea


Comments

No comments written yet.

Please login to write comment.