Color Hex Logo

#a5abdd Color Hex

#A5ABDD
(165,171,221)
0 Favorites   0 Comments

Color spaces of #a5abdd

RGB 165171221
HSL0.650.450.76
HSV234°25°87°
CMYK 0.250.230.00   0.13
XYZ43.131142.345674.3069
Yxy42.34560.26990.2650
Hunter Lab65.07354.4322-22.1513
CIE-Lab71.10858.7587-25.8968

#a5abdd color RGB value is (165,171,221).

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

The process color (four color CMYK) of #a5abdd color hex is 0.25, 0.23, 0.00, 0.13. Web safe color of #a5abdd is #9999cc. Color #a5abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101011 11011101
Octal 245 253 335
Decimal 165 171 221
Hex A5 AB DD

RGB Percentages of Color #a5abdd

%29.62
%30.70
%39.68

CMYK Percentages of Color #a5abdd

%25
%23
%0
%13

Triadic Colors of #a5abdd

#a5abdd #dda5ab #abdda5

Analogous Colors of #a5abdd

#a5abdd #bba5dd #a5c7dd

Monochromatic Colors of #a5abdd

#a5abdd

Complementary Color

#a5abdd #ddd7a5

#a5abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5abdd Color CSS Codes

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

#a5abdd Text Font Color

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

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


#a5abdd Background Color

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

This div background color is #a5abdd


#a5abdd Border Color

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

This div border color is #a5abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5abdd


Comments

No comments written yet.

Please login to write comment.