Color Hex Logo

#a5abeb Color Hex

#A5ABEB
(165,171,235)
0 Favorites   0 Comments

Color spaces of #a5abeb

RGB 165171235
HSL0.650.640.78
HSV235°30°92°
CMYK 0.300.270.00   0.08
XYZ45.075443.123384.5452
Yxy43.12330.26090.2496
Hunter Lab65.66837.6046-30.3655
CIE-Lab71.638612.1629-32.7247

#a5abeb color RGB value is (165,171,235).

#a5abeb hex color red value is 165, green value is 171 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a5abeb hue: 0.65 , saturation: 0.64 and the lightness value of a5abeb is 0.78.

The process color (four color CMYK) of #a5abeb color hex is 0.30, 0.27, 0.00, 0.08. Web safe color of #a5abeb is #9999ff. Color #a5abeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101011 11101011
Octal 245 253 353
Decimal 165 171 235
Hex A5 AB EB

RGB Percentages of Color #a5abeb

%28.90
%29.95
%41.16

CMYK Percentages of Color #a5abeb

%30
%27
%0
%8

Triadic Colors of #a5abeb

#a5abeb #eba5ab #abeba5

Analogous Colors of #a5abeb

#a5abeb #c2a5eb #a5ceeb

Monochromatic Colors of #a5abeb

#a5abeb

Complementary Color

#a5abeb #ebe5a5

#a5abeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5abeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5abeb Color CSS Codes

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

#a5abeb Text Font Color

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

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


#a5abeb Background Color

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

This div background color is #a5abeb


#a5abeb Border Color

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

This div border color is #a5abeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,171,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5abeb


Comments

No comments written yet.

Please login to write comment.