Color Hex Logo

#a4bad6 Color Hex

#A4BAD6
(164,186,214)
0 Favorites   0 Comments

Color spaces of #a4bad6

RGB 164186214
HSL0.590.380.74
HSV214°23°84°
CMYK 0.230.130.00   0.16
XYZ45.006347.865470.4852
Yxy47.86540.27550.2930
Hunter Lab69.1848-4.9551-11.9750
CIE-Lab74.7400-1.4044-16.5637

#a4bad6 color RGB value is (164,186,214).

#a4bad6 hex color red value is 164, green value is 186 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #a4bad6 hue: 0.59 , saturation: 0.38 and the lightness value of a4bad6 is 0.74.

The process color (four color CMYK) of #a4bad6 color hex is 0.23, 0.13, 0.00, 0.16. Web safe color of #a4bad6 is #99cccc. Color #a4bad6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 11010110
Octal 244 272 326
Decimal 164 186 214
Hex A4 BA D6

RGB Percentages of Color #a4bad6

%29.08
%32.98
%37.94

CMYK Percentages of Color #a4bad6

%23
%13
%0
%16

Triadic Colors of #a4bad6

#a4bad6 #d6a4ba #bad6a4

Analogous Colors of #a4bad6

#a4bad6 #a7a4d6 #a4d3d6

Monochromatic Colors of #a4bad6

#a4bad6

Complementary Color

#a4bad6 #d6c0a4

#a4bad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bad6 Color CSS Codes

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

#a4bad6 Text Font Color

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

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


#a4bad6 Background Color

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

This div background color is #a4bad6


#a4bad6 Border Color

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

This div border color is #a4bad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bad6


Comments

No comments written yet.

Please login to write comment.