Color Hex Logo

#a4bcdd Color Hex

#A4BCDD
(164,188,221)
0 Favorites   0 Comments

Color spaces of #a4bcdd

RGB 164188221
HSL0.600.460.75
HSV215°26°87°
CMYK 0.260.150.00   0.13
XYZ46.344249.079475.4373
Yxy49.07940.27120.2872
Hunter Lab70.0567-4.5171-14.8040
CIE-Lab75.5007-0.8595-19.2125

#a4bcdd color RGB value is (164,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111100 11011101
Octal 244 274 335
Decimal 164 188 221
Hex A4 BC DD

RGB Percentages of Color #a4bcdd

%28.62
%32.81
%38.57

CMYK Percentages of Color #a4bcdd

%26
%15
%0
%13

Triadic Colors of #a4bcdd

#a4bcdd #dda4bc #bcdda4

Analogous Colors of #a4bcdd

#a4bcdd #a9a4dd #a4d9dd

Monochromatic Colors of #a4bcdd

#a4bcdd

Complementary Color

#a4bcdd #ddc5a4

#a4bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bcdd Color CSS Codes

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

#a4bcdd Text Font Color

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

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


#a4bcdd Background Color

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

This div background color is #a4bcdd


#a4bcdd Border Color

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

This div border color is #a4bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bcdd


Comments

No comments written yet.

Please login to write comment.