Color Hex Logo

#a1bcca Color Hex

#A1BCCA
(161,188,202)
0 Favorites   0 Comments

Color spaces of #a1bcca

RGB 161188202
HSL0.560.280.71
HSV200°20°79°
CMYK 0.200.070.00   0.21
XYZ43.341847.807862.8206
Yxy47.80780.28150.3105
Hunter Lab69.1432-9.1094-5.4682
CIE-Lab74.7035-6.1123-10.1132

#a1bcca color RGB value is (161,188,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111100 11001010
Octal 241 274 312
Decimal 161 188 202
Hex A1 BC CA

RGB Percentages of Color #a1bcca

%29.22
%34.12
%36.66

CMYK Percentages of Color #a1bcca

%20
%7
%0
%21

Triadic Colors of #a1bcca

#a1bcca #caa1bc #bccaa1

Analogous Colors of #a1bcca

#a1bcca #a1a8ca #a1cac4

Monochromatic Colors of #a1bcca

#a1bcca

Complementary Color

#a1bcca #caafa1

#a1bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bcca Color CSS Codes

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

#a1bcca Text Font Color

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

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


#a1bcca Background Color

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

This div background color is #a1bcca


#a1bcca Border Color

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

This div border color is #a1bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bcca


Comments

No comments written yet.

Please login to write comment.