Color Hex Logo

#a5b3ca Color Hex

#A5B3CA
(165,179,202)
0 Favorites   0 Comments

Color spaces of #a5b3ca

RGB 165179202
HSL0.600.260.72
HSV217°18°79°
CMYK 0.180.110.00   0.21
XYZ42.297844.503862.2379
Yxy44.50380.28380.2986
Hunter Lab66.7112-3.5677-8.6165
CIE-Lab72.5640-0.0052-13.2858

#a5b3ca color RGB value is (165,179,202).

#a5b3ca hex color red value is 165, green value is 179 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a5b3ca hue: 0.60 , saturation: 0.26 and the lightness value of a5b3ca is 0.72.

The process color (four color CMYK) of #a5b3ca color hex is 0.18, 0.11, 0.00, 0.21. Web safe color of #a5b3ca is #99cccc. Color #a5b3ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10110011 11001010
Octal 245 263 312
Decimal 165 179 202
Hex A5 B3 CA

RGB Percentages of Color #a5b3ca

%30.22
%32.78
%37.00

CMYK Percentages of Color #a5b3ca

%18
%11
%0
%21

Triadic Colors of #a5b3ca

#a5b3ca #caa5b3 #b3caa5

Analogous Colors of #a5b3ca

#a5b3ca #aaa5ca #a5c6ca

Monochromatic Colors of #a5b3ca

#a5b3ca

Complementary Color

#a5b3ca #cabca5

#a5b3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5b3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5b3ca Color CSS Codes

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

#a5b3ca Text Font Color

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

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


#a5b3ca Background Color

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

This div background color is #a5b3ca


#a5b3ca Border Color

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

This div border color is #a5b3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5b3ca


Comments

No comments written yet.

Please login to write comment.