Color Hex Logo

#a4adbe Color Hex

#A4ADBE
(164,173,190)
0 Favorites   0 Comments

Color spaces of #a4adbe

RGB 164173190
HSL0.610.170.69
HSV219°14°75°
CMYK 0.140.090.00   0.25
XYZ39.547741.497454.6406
Yxy41.49740.29150.3058
Hunter Lab64.4185-3.1479-5.1976
CIE-Lab70.52300.3327-9.7558

#a4adbe color RGB value is (164,173,190).

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

The process color (four color CMYK) of #a4adbe color hex is 0.14, 0.09, 0.00, 0.25. Web safe color of #a4adbe is #9999cc. Color #a4adbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101101 10111110
Octal 244 255 276
Decimal 164 173 190
Hex A4 AD BE

RGB Percentages of Color #a4adbe

%31.12
%32.83
%36.05

CMYK Percentages of Color #a4adbe

%14
%9
%0
%25

Triadic Colors of #a4adbe

#a4adbe #bea4ad #adbea4

Analogous Colors of #a4adbe

#a4adbe #a8a4be #a4babe

Monochromatic Colors of #a4adbe

#a4adbe

Complementary Color

#a4adbe #beb5a4

#a4adbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4adbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4adbe Color CSS Codes

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

#a4adbe Text Font Color

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

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


#a4adbe Background Color

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

This div background color is #a4adbe


#a4adbe Border Color

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

This div border color is #a4adbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4adbe


Comments

No comments written yet.

Please login to write comment.