Color Hex Logo

#a1b1cb Color Hex

#A1B1CB
(161,177,203)
0 Favorites   0 Comments

Color spaces of #a1b1cb

RGB 161177203
HSL0.600.290.71
HSV217°21°80°
CMYK 0.210.130.00   0.20
XYZ41.199643.333162.6926
Yxy43.33310.27980.2943
Hunter Lab65.8279-3.4813-10.3866
CIE-Lab71.78050.0392-15.0398

#a1b1cb color RGB value is (161,177,203).

#a1b1cb hex color red value is 161, green value is 177 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a1b1cb hue: 0.60 , saturation: 0.29 and the lightness value of a1b1cb is 0.71.

The process color (four color CMYK) of #a1b1cb color hex is 0.21, 0.13, 0.00, 0.20. Web safe color of #a1b1cb is #9999cc. Color #a1b1cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110001 11001011
Octal 241 261 313
Decimal 161 177 203
Hex A1 B1 CB

RGB Percentages of Color #a1b1cb

%29.76
%32.72
%37.52

CMYK Percentages of Color #a1b1cb

%21
%13
%0
%20

Triadic Colors of #a1b1cb

#a1b1cb #cba1b1 #b1cba1

Analogous Colors of #a1b1cb

#a1b1cb #a6a1cb #a1c6cb

Monochromatic Colors of #a1b1cb

#a1b1cb

Complementary Color

#a1b1cb #cbbba1

#a1b1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b1cb Color CSS Codes

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

#a1b1cb Text Font Color

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

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


#a1b1cb Background Color

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

This div background color is #a1b1cb


#a1b1cb Border Color

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

This div border color is #a1b1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b1cb


Comments

No comments written yet.

Please login to write comment.