Color Hex Logo

#a1bdcc Color Hex

#A1BDCC
(161,189,204)
0 Favorites   0 Comments

Color spaces of #a1bdcc

RGB 161189204
HSL0.560.300.72
HSV201°21°80°
CMYK 0.210.070.00   0.20
XYZ43.794648.331964.1475
Yxy48.33190.28020.3093
Hunter Lab69.5211-9.2166-6.0424
CIE-Lab75.0338-6.2002-10.7079

#a1bdcc color RGB value is (161,189,204).

#a1bdcc hex color red value is 161, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a1bdcc hue: 0.56 , saturation: 0.30 and the lightness value of a1bdcc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111101 11001100
Octal 241 275 314
Decimal 161 189 204
Hex A1 BD CC

RGB Percentages of Color #a1bdcc

%29.06
%34.12
%36.82

CMYK Percentages of Color #a1bdcc

%21
%7
%0
%20

Triadic Colors of #a1bdcc

#a1bdcc #cca1bd #bdcca1

Analogous Colors of #a1bdcc

#a1bdcc #a1a8cc #a1ccc6

Monochromatic Colors of #a1bdcc

#a1bdcc

Complementary Color

#a1bdcc #ccb0a1

#a1bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bdcc Color CSS Codes

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

#a1bdcc Text Font Color

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

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


#a1bdcc Background Color

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

This div background color is #a1bdcc


#a1bdcc Border Color

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

This div border color is #a1bdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,189,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bdcc


Comments

No comments written yet.

Please login to write comment.