Color Hex Logo

#a5bbdb Color Hex

#A5BBDB
(165,187,219)
0 Favorites   0 Comments

Color spaces of #a5bbdb

RGB 165187219
HSL0.600.430.75
HSV216°25°86°
CMYK 0.250.150.00   0.14
XYZ46.073648.654573.9807
Yxy48.65450.27310.2884
Hunter Lab69.7528-4.1633-14.0568
CIE-Lab75.2359-0.4854-18.5226

#a5bbdb color RGB value is (165,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111011 11011011
Octal 245 273 333
Decimal 165 187 219
Hex A5 BB DB

RGB Percentages of Color #a5bbdb

%28.90
%32.75
%38.35

CMYK Percentages of Color #a5bbdb

%25
%15
%0
%14

Triadic Colors of #a5bbdb

#a5bbdb #dba5bb #bbdba5

Analogous Colors of #a5bbdb

#a5bbdb #aaa5db #a5d6db

Monochromatic Colors of #a5bbdb

#a5bbdb

Complementary Color

#a5bbdb #dbc5a5

#a5bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bbdb Color CSS Codes

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

#a5bbdb Text Font Color

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

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


#a5bbdb Background Color

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

This div background color is #a5bbdb


#a5bbdb Border Color

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

This div border color is #a5bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bbdb


Comments

No comments written yet.

Please login to write comment.