Color Hex Logo

#a5babe Color Hex

#A5BABE
(165,186,190)
0 Favorites   0 Comments

Color spaces of #a5babe

RGB 165186190
HSL0.530.160.70
HSV190°13°75°
CMYK 0.130.020.00   0.25
XYZ42.370246.834855.5221
Yxy46.83480.29280.3236
Hunter Lab68.4360-9.2497-0.1968
CIE-Lab74.0840-6.3393-4.4663

#a5babe color RGB value is (165,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111010 10111110
Octal 245 272 276
Decimal 165 186 190
Hex A5 BA BE

RGB Percentages of Color #a5babe

%30.50
%34.38
%35.12

CMYK Percentages of Color #a5babe

%13
%2
%0
%25

Triadic Colors of #a5babe

#a5babe #bea5ba #babea5

Analogous Colors of #a5babe

#a5babe #a5aebe #a5beb6

Monochromatic Colors of #a5babe

#a5babe

Complementary Color

#a5babe #bea9a5

#a5babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5babe Color CSS Codes

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

#a5babe Text Font Color

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

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


#a5babe Background Color

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

This div background color is #a5babe


#a5babe Border Color

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

This div border color is #a5babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5babe


Comments

No comments written yet.

Please login to write comment.