Color Hex Logo

#a1bdca Color Hex

#A1BDCA
(161,189,202)
0 Favorites   0 Comments

Color spaces of #a1bdca

RGB 161189202
HSL0.550.280.71
HSV199°20°79°
CMYK 0.200.060.00   0.21
XYZ43.556248.236562.8920
Yxy48.23650.28160.3118
Hunter Lab69.4525-9.5980-5.0727
CIE-Lab74.9739-6.6439-9.7102

#a1bdca color RGB value is (161,189,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111101 11001010
Octal 241 275 312
Decimal 161 189 202
Hex A1 BD CA

RGB Percentages of Color #a1bdca

%29.17
%34.24
%36.59

CMYK Percentages of Color #a1bdca

%20
%6
%0
%21

Triadic Colors of #a1bdca

#a1bdca #caa1bd #bdcaa1

Analogous Colors of #a1bdca

#a1bdca #a1a9ca #a1cac3

Monochromatic Colors of #a1bdca

#a1bdca

Complementary Color

#a1bdca #caaea1

#a1bdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bdca Color CSS Codes

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

#a1bdca Text Font Color

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

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


#a1bdca Background Color

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

This div background color is #a1bdca


#a1bdca Border Color

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

This div border color is #a1bdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bdca


Comments

No comments written yet.

Please login to write comment.