Color Hex Logo

#a4bdcc Color Hex

#A4BDCC
(164,189,204)
0 Favorites   0 Comments

Color spaces of #a4bdcc

RGB 164189204
HSL0.560.280.72
HSV203°20°80°
CMYK 0.200.070.00   0.20
XYZ44.406548.647364.1761
Yxy48.64730.28240.3094
Hunter Lab69.7476-8.4120-5.7305
CIE-Lab75.2314-5.2616-10.3922

#a4bdcc color RGB value is (164,189,204).

#a4bdcc hex color red value is 164, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a4bdcc hue: 0.56 , saturation: 0.28 and the lightness value of a4bdcc is 0.72.

The process color (four color CMYK) of #a4bdcc color hex is 0.20, 0.07, 0.00, 0.20. Web safe color of #a4bdcc is #99cccc. Color #a4bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111101 11001100
Octal 244 275 314
Decimal 164 189 204
Hex A4 BD CC

RGB Percentages of Color #a4bdcc

%29.44
%33.93
%36.62

CMYK Percentages of Color #a4bdcc

%20
%7
%0
%20

Triadic Colors of #a4bdcc

#a4bdcc #cca4bd #bdcca4

Analogous Colors of #a4bdcc

#a4bdcc #a4a9cc #a4ccc7

Monochromatic Colors of #a4bdcc

#a4bdcc

Complementary Color

#a4bdcc #ccb3a4

#a4bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bdcc Color CSS Codes

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

#a4bdcc Text Font Color

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

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


#a4bdcc Background Color

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

This div background color is #a4bdcc


#a4bdcc Border Color

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

This div border color is #a4bdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,189,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bdcc


Comments

No comments written yet.

Please login to write comment.