Color Hex Logo

#a1b5ca Color Hex

#A1B5CA
(161,181,202)
0 Favorites   0 Comments

Color spaces of #a1b5ca

RGB 161181202
HSL0.590.280.71
HSV211°20°79°
CMYK 0.200.100.00   0.21
XYZ41.882544.889162.3341
Yxy44.88910.28090.3011
Hunter Lab66.9993-5.6652-8.2620
CIE-Lab72.8188-2.3572-12.9318

#a1b5ca color RGB value is (161,181,202).

#a1b5ca hex color red value is 161, green value is 181 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a1b5ca hue: 0.59 , saturation: 0.28 and the lightness value of a1b5ca is 0.71.

The process color (four color CMYK) of #a1b5ca color hex is 0.20, 0.10, 0.00, 0.21. Web safe color of #a1b5ca is #99cccc. Color #a1b5ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110101 11001010
Octal 241 265 312
Decimal 161 181 202
Hex A1 B5 CA

RGB Percentages of Color #a1b5ca

%29.60
%33.27
%37.13

CMYK Percentages of Color #a1b5ca

%20
%10
%0
%21

Triadic Colors of #a1b5ca

#a1b5ca #caa1b5 #b5caa1

Analogous Colors of #a1b5ca

#a1b5ca #a2a1ca #a1caca

Monochromatic Colors of #a1b5ca

#a1b5ca

Complementary Color

#a1b5ca #cab6a1

#a1b5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b5ca Color CSS Codes

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

#a1b5ca Text Font Color

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

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


#a1b5ca Background Color

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

This div background color is #a1b5ca


#a1b5ca Border Color

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

This div border color is #a1b5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b5ca


Comments

No comments written yet.

Please login to write comment.