Color Hex Logo

#a4bbdd Color Hex

#A4BBDD
(164,187,221)
0 Favorites   0 Comments

Color spaces of #a4bbdd

RGB 164187221
HSL0.600.460.75
HSV216°26°87°
CMYK 0.260.150.00   0.13
XYZ46.131348.653675.3663
Yxy48.65360.27110.2859
Hunter Lab69.7521-4.0134-15.2356
CIE-Lab75.2353-0.3191-19.6145

#a4bbdd color RGB value is (164,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111011 11011101
Octal 244 273 335
Decimal 164 187 221
Hex A4 BB DD

RGB Percentages of Color #a4bbdd

%28.67
%32.69
%38.64

CMYK Percentages of Color #a4bbdd

%26
%15
%0
%13

Triadic Colors of #a4bbdd

#a4bbdd #dda4bb #bbdda4

Analogous Colors of #a4bbdd

#a4bbdd #aaa4dd #a4d8dd

Monochromatic Colors of #a4bbdd

#a4bbdd

Complementary Color

#a4bbdd #ddc6a4

#a4bbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bbdd Color CSS Codes

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

#a4bbdd Text Font Color

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

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


#a4bbdd Background Color

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

This div background color is #a4bbdd


#a4bbdd Border Color

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

This div border color is #a4bbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bbdd


Comments

No comments written yet.

Please login to write comment.