Color Hex Logo

#a5bdca Color Hex

#A5BDCA
(165,189,202)
0 Favorites   0 Comments

Color spaces of #a5bdca

RGB 165189202
HSL0.560.260.72
HSV201°18°79°
CMYK 0.180.060.00   0.21
XYZ44.375348.658862.9304
Yxy48.65880.28450.3120
Hunter Lab69.7559-8.5197-4.6595
CIE-Lab75.2386-5.3835-9.2877

#a5bdca color RGB value is (165,189,202).

#a5bdca hex color red value is 165, green value is 189 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a5bdca hue: 0.56 , saturation: 0.26 and the lightness value of a5bdca is 0.72.

The process color (four color CMYK) of #a5bdca color hex is 0.18, 0.06, 0.00, 0.21. Web safe color of #a5bdca is #99cccc. Color #a5bdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111101 11001010
Octal 245 275 312
Decimal 165 189 202
Hex A5 BD CA

RGB Percentages of Color #a5bdca

%29.68
%33.99
%36.33

CMYK Percentages of Color #a5bdca

%18
%6
%0
%21

Triadic Colors of #a5bdca

#a5bdca #caa5bd #bdcaa5

Analogous Colors of #a5bdca

#a5bdca #a5abca #a5cac5

Monochromatic Colors of #a5bdca

#a5bdca

Complementary Color

#a5bdca #cab2a5

#a5bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bdca Color CSS Codes

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

#a5bdca Text Font Color

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

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


#a5bdca Background Color

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

This div background color is #a5bdca


#a5bdca Border Color

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

This div border color is #a5bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bdca


Comments

No comments written yet.

Please login to write comment.