Color Hex Logo

#a5bdda Color Hex

#A5BDDA
(165,189,218)
0 Favorites   0 Comments

Color spaces of #a5bdda

RGB 165189218
HSL0.590.420.75
HSV213°24°85°
CMYK 0.240.130.00   0.15
XYZ46.369549.456573.4318
Yxy49.45650.27400.2922
Hunter Lab70.3253-5.3740-12.6813
CIE-Lab75.7344-1.7954-17.2271

#a5bdda color RGB value is (165,189,218).

#a5bdda hex color red value is 165, green value is 189 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a5bdda hue: 0.59 , saturation: 0.42 and the lightness value of a5bdda is 0.75.

The process color (four color CMYK) of #a5bdda color hex is 0.24, 0.13, 0.00, 0.15. Web safe color of #a5bdda is #99cccc. Color #a5bdda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111101 11011010
Octal 245 275 332
Decimal 165 189 218
Hex A5 BD DA

RGB Percentages of Color #a5bdda

%28.85
%33.04
%38.11

CMYK Percentages of Color #a5bdda

%24
%13
%0
%15

Triadic Colors of #a5bdda

#a5bdda #daa5bd #bddaa5

Analogous Colors of #a5bdda

#a5bdda #a8a5da #a5d8da

Monochromatic Colors of #a5bdda

#a5bdda

Complementary Color

#a5bdda #dac2a5

#a5bdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bdda Color CSS Codes

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

#a5bdda Text Font Color

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

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


#a5bdda Background Color

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

This div background color is #a5bdda


#a5bdda Border Color

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

This div border color is #a5bdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bdda


Comments

No comments written yet.

Please login to write comment.