Color Hex Logo

#a1befd Color Hex

#A1BEFD
(161,190,253)
0 Favorites   0 Comments

Color spaces of #a1befd

RGB 161190253
HSL0.610.960.81
HSV221°36°99°
CMYK 0.360.250.00   0.01
XYZ50.841051.4958100.1886
Yxy51.49580.25100.2543
Hunter Lab71.76060.8828-32.5454
CIE-Lab76.97845.1089-34.2207

#a1befd color RGB value is (161,190,253).

#a1befd hex color red value is 161, green value is 190 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a1befd hue: 0.61 , saturation: 0.96 and the lightness value of a1befd is 0.81.

The process color (four color CMYK) of #a1befd color hex is 0.36, 0.25, 0.00, 0.01. Web safe color of #a1befd is #99ccff. Color #a1befd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10111110 11111101
Octal 241 276 375
Decimal 161 190 253
Hex A1 BE FD

RGB Percentages of Color #a1befd

%26.66
%31.46
%41.89

CMYK Percentages of Color #a1befd

%36
%25
%0
%1

Triadic Colors of #a1befd

#a1befd #fda1be #befda1

Analogous Colors of #a1befd

#a1befd #b2a1fd #a1ecfd

Monochromatic Colors of #a1befd

#a1befd

Complementary Color

#a1befd #fde0a1

#a1befd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1befd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1befd Color CSS Codes

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

#a1befd Text Font Color

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

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


#a1befd Background Color

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

This div background color is #a1befd


#a1befd Border Color

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

This div border color is #a1befd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1befd


Comments

No comments written yet.

Please login to write comment.