Color Hex Logo

#a5bbdd Color Hex

#A5BBDD
(165,187,221)
0 Favorites   0 Comments

Color spaces of #a5bbdd

RGB 165187221
HSL0.600.450.76
HSV216°25°87°
CMYK 0.250.150.00   0.13
XYZ46.338548.760475.3760
Yxy48.76040.27180.2860
Hunter Lab69.8286-3.7470-15.1201
CIE-Lab75.3020-0.0192-19.5071

#a5bbdd color RGB value is (165,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111011 11011101
Octal 245 273 335
Decimal 165 187 221
Hex A5 BB DD

RGB Percentages of Color #a5bbdd

%28.80
%32.64
%38.57

CMYK Percentages of Color #a5bbdd

%25
%15
%0
%13

Triadic Colors of #a5bbdd

#a5bbdd #dda5bb #bbdda5

Analogous Colors of #a5bbdd

#a5bbdd #aba5dd #a5d7dd

Monochromatic Colors of #a5bbdd

#a5bbdd

Complementary Color

#a5bbdd #ddc7a5

#a5bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bbdd Color CSS Codes

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

#a5bbdd Text Font Color

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

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


#a5bbdd Background Color

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

This div background color is #a5bbdd


#a5bbdd Border Color

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

This div border color is #a5bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bbdd


Comments

No comments written yet.

Please login to write comment.