Color Hex Logo

#a4bdbe Color Hex

#A4BDBE
(164,189,190)
0 Favorites   0 Comments

Color spaces of #a4bdbe

RGB 164189190
HSL0.510.170.69
HSV182°14°75°
CMYK 0.140.010.00   0.25
XYZ42.801748.005455.7253
Yxy48.00540.29210.3276
Hunter Lab69.2859-10.98120.8144
CIE-Lab74.8283-8.2555-3.3776

#a4bdbe color RGB value is (164,189,190).

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

The process color (four color CMYK) of #a4bdbe color hex is 0.14, 0.01, 0.00, 0.25. Web safe color of #a4bdbe is #99cccc. Color #a4bdbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111101 10111110
Octal 244 275 276
Decimal 164 189 190
Hex A4 BD BE

RGB Percentages of Color #a4bdbe

%30.20
%34.81
%34.99

CMYK Percentages of Color #a4bdbe

%14
%1
%0
%25

Triadic Colors of #a4bdbe

#a4bdbe #bea4bd #bdbea4

Analogous Colors of #a4bdbe

#a4bdbe #a4b0be #a4beb2

Monochromatic Colors of #a4bdbe

#a4bdbe

Complementary Color

#a4bdbe #bea5a4

#a4bdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4bdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4bdbe Color CSS Codes

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

#a4bdbe Text Font Color

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

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


#a4bdbe Background Color

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

This div background color is #a4bdbe


#a4bdbe Border Color

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

This div border color is #a4bdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4bdbe


Comments

No comments written yet.

Please login to write comment.