Color Hex Logo

#a4babe Color Hex

#A4BABE
(164,186,190)
0 Favorites   0 Comments

Color spaces of #a4babe

RGB 164186190
HSL0.530.170.69
HSV189°14°75°
CMYK 0.140.020.00   0.25
XYZ42.163046.728055.5124
Yxy46.72800.29200.3236
Hunter Lab68.3579-9.5279-0.2980
CIE-Lab74.0154-6.6676-4.5751

#a4babe color RGB value is (164,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10111010 10111110
Octal 244 272 276
Decimal 164 186 190
Hex A4 BA BE

RGB Percentages of Color #a4babe

%30.37
%34.44
%35.19

CMYK Percentages of Color #a4babe

%14
%2
%0
%25

Triadic Colors of #a4babe

#a4babe #bea4ba #babea4

Analogous Colors of #a4babe

#a4babe #a4adbe #a4beb5

Monochromatic Colors of #a4babe

#a4babe

Complementary Color

#a4babe #bea8a4

#a4babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4babe Color CSS Codes

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

#a4babe Text Font Color

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

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


#a4babe Background Color

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

This div background color is #a4babe


#a4babe Border Color

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

This div border color is #a4babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4babe


Comments

No comments written yet.

Please login to write comment.