Color Hex Logo

#a5bade Color Hex

#A5BADE
(165,186,222)
1 Favorites   0 Comments

Color spaces of #a5bade

RGB 165186222
HSL0.610.460.76
HSV218°26°87°
CMYK 0.260.160.00   0.13
XYZ46.260848.391176.0094
Yxy48.39110.27110.2836
Hunter Lab69.5637-3.0316-16.0891
CIE-Lab75.07090.7567-20.3997

#a5bade color RGB value is (165,186,222).

#a5bade hex color red value is 165, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a5bade hue: 0.61 , saturation: 0.46 and the lightness value of a5bade is 0.76.

The process color (four color CMYK) of #a5bade color hex is 0.26, 0.16, 0.00, 0.13. Web safe color of #a5bade is #99cccc. Color #a5bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111010 11011110
Octal 245 272 336
Decimal 165 186 222
Hex A5 BA DE

RGB Percentages of Color #a5bade

%28.80
%32.46
%38.74

CMYK Percentages of Color #a5bade

%26
%16
%0
%13

Triadic Colors of #a5bade

#a5bade #dea5ba #badea5

Analogous Colors of #a5bade

#a5bade #ada5de #a5d7de

Monochromatic Colors of #a5bade

#a5bade

Complementary Color

#a5bade #dec9a5

#a5bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bade Color CSS Codes

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

#a5bade Text Font Color

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

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


#a5bade Background Color

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

This div background color is #a5bade


#a5bade Border Color

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

This div border color is #a5bade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,186,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bade


Comments

No comments written yet.

Please login to write comment.