Color Hex Logo

#a4badb Color Hex

#A4BADB
(164,186,219)
0 Favorites   0 Comments

Color spaces of #a4badb

RGB 164186219
HSL0.600.430.75
HSV216°25°86°
CMYK 0.250.150.00   0.14
XYZ45.654948.124873.9006
Yxy48.12480.27230.2870
Hunter Lab69.3720-3.9272-14.6000
CIE-Lab74.9036-0.2465-19.0321

#a4badb color RGB value is (164,186,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 11011011
Octal 244 272 333
Decimal 164 186 219
Hex A4 BA DB

RGB Percentages of Color #a4badb

%28.82
%32.69
%38.49

CMYK Percentages of Color #a4badb

%25
%15
%0
%14

Triadic Colors of #a4badb

#a4badb #dba4ba #badba4

Analogous Colors of #a4badb

#a4badb #aaa4db #a4d6db

Monochromatic Colors of #a4badb

#a4badb

Complementary Color

#a4badb #dbc5a4

#a4badb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4badb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4badb Color CSS Codes

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

#a4badb Text Font Color

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

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


#a4badb Background Color

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

This div background color is #a4badb


#a4badb Border Color

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

This div border color is #a4badb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4badb


Comments

No comments written yet.

Please login to write comment.