color codes Logo

#a1b4ef color codes

#A1B4EF
(161,180,239)
0 Favorites   0 Comments

Color spaces of #a1b4ef

RGB 161180239
HSL0.630.710.78
HSV225°33°94°
CMYK 0.330.250.00   0.06
XYZ46.599246.451688.1714
Yxy46.45160.25710.2563
Hunter Lab68.15542.7720-28.9936
CIE-Lab73.83767.0295-31.5247

#a1b4ef color RGB value is (161,180,239).

#a1b4ef hex color red value is 161, green value is 180 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a1b4ef hue: 0.63 , saturation: 0.71 and the lightness value of a1b4ef is 0.78.

The process color (four color CMYK) of #a1b4ef color code is 0.33, 0.25, 0.00, 0.06. Web safe color of #a1b4ef is #99ccff. Color #a1b4ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10110100 11101111
Octal 241 264 357
Decimal 161 180 239
Hex A1 B4 EF

RGB Percentages of Color #a1b4ef

%27.76
%31.03
%41.21

CMYK Percentages of Color #a1b4ef

%33
%25
%0
%6

Triadic Colors of #a1b4ef

#a1b4ef #efa1b4 #b4efa1

Analogous Colors of #a1b4ef

#a1b4ef #b5a1ef #a1dbef

Monochromatic Colors of #a1b4ef

#a1b4ef

Complementary Color

#a1b4ef #efdca1

#a1b4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1b4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1b4ef Color CSS Codes

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

#a1b4ef Text Font Color

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

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


#a1b4ef Background Color

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

This div background color is #a1b4ef


#a1b4ef Border Color

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

This div border color is #a1b4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1b4ef


Comments

No comments written yet.

Please login to write comment.