Color Hex Logo

#a5bcdd Color Hex

#A5BCDD
(165,188,221)
0 Favorites   0 Comments

Color spaces of #a5bcdd

RGB 165188221
HSL0.600.450.76
HSV215°25°87°
CMYK 0.250.150.00   0.13
XYZ46.551449.186275.4470
Yxy49.18620.27190.2873
Hunter Lab70.1329-4.2514-14.6895
CIE-Lab75.5670-0.5597-19.1057

#a5bcdd color RGB value is (165,188,221).

#a5bcdd hex color red value is 165, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a5bcdd hue: 0.60 , saturation: 0.45 and the lightness value of a5bcdd is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111100 11011101
Octal 245 274 335
Decimal 165 188 221
Hex A5 BC DD

RGB Percentages of Color #a5bcdd

%28.75
%32.75
%38.50

CMYK Percentages of Color #a5bcdd

%25
%15
%0
%13

Triadic Colors of #a5bcdd

#a5bcdd #dda5bc #bcdda5

Analogous Colors of #a5bcdd

#a5bcdd #aaa5dd #a5d8dd

Monochromatic Colors of #a5bcdd

#a5bcdd

Complementary Color

#a5bcdd #ddc6a5

#a5bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bcdd Color CSS Codes

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

#a5bcdd Text Font Color

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

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


#a5bcdd Background Color

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

This div background color is #a5bcdd


#a5bcdd Border Color

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

This div border color is #a5bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bcdd


Comments

No comments written yet.

Please login to write comment.