Color Hex Logo

#a1bdeb Color Hex

#A1BDEB
(161,189,235)
0 Favorites   0 Comments

Color spaces of #a1bdeb

RGB 161189235
HSL0.600.650.78
HSV217°31°92°
CMYK 0.310.200.00   0.08
XYZ47.890949.970485.7184
Yxy49.97040.26090.2722
Hunter Lab70.6897-2.7768-22.4122
CIE-Lab76.05111.0984-25.9633

#a1bdeb color RGB value is (161,189,235).

#a1bdeb hex color red value is 161, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a1bdeb hue: 0.60 , saturation: 0.65 and the lightness value of a1bdeb is 0.78.

The process color (four color CMYK) of #a1bdeb color hex is 0.31, 0.20, 0.00, 0.08. Web safe color of #a1bdeb is #99ccff. Color #a1bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111101 11101011
Octal 241 275 353
Decimal 161 189 235
Hex A1 BD EB

RGB Percentages of Color #a1bdeb

%27.52
%32.31
%40.17

CMYK Percentages of Color #a1bdeb

%31
%20
%0
%8

Triadic Colors of #a1bdeb

#a1bdeb #eba1bd #bdeba1

Analogous Colors of #a1bdeb

#a1bdeb #aaa1eb #a1e2eb

Monochromatic Colors of #a1bdeb

#a1bdeb

Complementary Color

#a1bdeb #ebcfa1

#a1bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1bdeb Color CSS Codes

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

#a1bdeb Text Font Color

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

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


#a1bdeb Background Color

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

This div background color is #a1bdeb


#a1bdeb Border Color

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

This div border color is #a1bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1bdeb


Comments

No comments written yet.

Please login to write comment.