Color Hex Logo

#a1cafb Color Hex

#A1CAFB
(161,202,251)
0 Favorites   0 Comments

Color spaces of #a1cafb

RGB 161202251
HSL0.590.920.81
HSV213°36°98°
CMYK 0.360.200.00   0.02
XYZ53.231156.783299.4215
Yxy56.78320.25420.2711
Hunter Lab75.3546-5.7768-25.4779
CIE-Lab80.0575-1.9001-28.4142

#a1cafb color RGB value is (161,202,251).

#a1cafb hex color red value is 161, green value is 202 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a1cafb hue: 0.59 , saturation: 0.92 and the lightness value of a1cafb is 0.81.

The process color (four color CMYK) of #a1cafb color hex is 0.36, 0.20, 0.00, 0.02. Web safe color of #a1cafb is #99ccff. Color #a1cafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 11001010 11111011
Octal 241 312 373
Decimal 161 202 251
Hex A1 CA FB

RGB Percentages of Color #a1cafb

%26.22
%32.90
%40.88

CMYK Percentages of Color #a1cafb

%36
%20
%0
%2

Triadic Colors of #a1cafb

#a1cafb #fba1ca #cafba1

Analogous Colors of #a1cafb

#a1cafb #a5a1fb #a1f7fb

Monochromatic Colors of #a1cafb

#a1cafb

Complementary Color

#a1cafb #fbd2a1

#a1cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1cafb Color CSS Codes

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

#a1cafb Text Font Color

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

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


#a1cafb Background Color

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

This div background color is #a1cafb


#a1cafb Border Color

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

This div border color is #a1cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1cafb


Comments

No comments written yet.

Please login to write comment.