Color Hex Logo

#a4bdba Color Hex

#A4BDBA
(164,189,186)
7 Favorites   0 Comments

Color spaces of #a4bdba

RGB 164189186
HSL0.480.160.69
HSV173°13°74°
CMYK 0.130.000.02   0.26
XYZ42.370447.832953.4539
Yxy47.83290.29490.3330
Hunter Lab69.1613-11.67762.5885
CIE-Lab74.7194-9.0777-1.3616

#a4bdba color RGB value is (164,189,186).

#a4bdba hex color red value is 164, green value is 189 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a4bdba hue: 0.48 , saturation: 0.16 and the lightness value of a4bdba is 0.69.

The process color (four color CMYK) of #a4bdba color hex is 0.13, 0.00, 0.02, 0.26. Web safe color of #a4bdba is #99cccc. Color #a4bdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111101 10111010
Octal 244 275 272
Decimal 164 189 186
Hex A4 BD BA

RGB Percentages of Color #a4bdba

%30.43
%35.06
%34.51

CMYK Percentages of Color #a4bdba

%13
%0
%2
%26

Triadic Colors of #a4bdba

#a4bdba #baa4bd #bdbaa4

Analogous Colors of #a4bdba

#a4bdba #a4b4bd #a4bdae

Monochromatic Colors of #a4bdba

#a4bdba

Complementary Color

#a4bdba #bda4a7

#a4bdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bdba Color CSS Codes

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

#a4bdba Text Font Color

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

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


#a4bdba Background Color

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

This div background color is #a4bdba


#a4bdba Border Color

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

This div border color is #a4bdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bdba

#a4bdba Color Palettes


Comments

No comments written yet.

Please login to write comment.