Color Hex Logo

#a1bbd8 Color Hex

#A1BBD8
(161,187,216)
0 Favorites   0 Comments

Color spaces of #a1bbd8

RGB 161187216
HSL0.590.410.74
HSV212°25°85°
CMYK 0.250.130.00   0.15
XYZ44.862948.075671.8807
Yxy48.07560.27220.2917
Hunter Lab69.3366-5.8440-12.9299
CIE-Lab74.8726-2.3905-17.4694

#a1bbd8 color RGB value is (161,187,216).

#a1bbd8 hex color red value is 161, green value is 187 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #a1bbd8 hue: 0.59 , saturation: 0.41 and the lightness value of a1bbd8 is 0.74.

The process color (four color CMYK) of #a1bbd8 color hex is 0.25, 0.13, 0.00, 0.15. Web safe color of #a1bbd8 is #99cccc. Color #a1bbd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111011 11011000
Octal 241 273 330
Decimal 161 187 216
Hex A1 BB D8

RGB Percentages of Color #a1bbd8

%28.55
%33.16
%38.30

CMYK Percentages of Color #a1bbd8

%25
%13
%0
%15

Triadic Colors of #a1bbd8

#a1bbd8 #d8a1bb #bbd8a1

Analogous Colors of #a1bbd8

#a1bbd8 #a3a1d8 #a1d7d8

Monochromatic Colors of #a1bbd8

#a1bbd8

Complementary Color

#a1bbd8 #d8bea1

#a1bbd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bbd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bbd8 Color CSS Codes

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

#a1bbd8 Text Font Color

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

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


#a1bbd8 Background Color

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

This div background color is #a1bbd8


#a1bbd8 Border Color

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

This div border color is #a1bbd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bbd8


Comments

No comments written yet.

Please login to write comment.