Color Hex Logo

#abb1fc Color Hex

#ABB1FC
(171,177,252)
0 Favorites   0 Comments

Color spaces of #abb1fc

RGB 171177252
HSL0.650.930.83
HSV236°32°99°
CMYK 0.320.300.00   0.01
XYZ50.087447.130598.5527
Yxy47.13050.25580.2407
Hunter Lab68.651710.0910-37.0574
CIE-Lab74.273214.7539-37.8203

#abb1fc color RGB value is (171,177,252).

#abb1fc hex color red value is 171, green value is 177 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #abb1fc hue: 0.65 , saturation: 0.93 and the lightness value of abb1fc is 0.83.

The process color (four color CMYK) of #abb1fc color hex is 0.32, 0.30, 0.00, 0.01. Web safe color of #abb1fc is #9999ff. Color #abb1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 11111100
Octal 253 261 374
Decimal 171 177 252
Hex AB B1 FC

RGB Percentages of Color #abb1fc

%28.50
%29.50
%42.00

CMYK Percentages of Color #abb1fc

%32
%30
%0
%1

Triadic Colors of #abb1fc

#abb1fc #fcabb1 #b1fcab

Analogous Colors of #abb1fc

#abb1fc #ceabfc #abdafc

Monochromatic Colors of #abb1fc

#abb1fc

Complementary Color

#abb1fc #fcf6ab

#abb1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb1fc Color CSS Codes

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

#abb1fc Text Font Color

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

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


#abb1fc Background Color

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

This div background color is #abb1fc


#abb1fc Border Color

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

This div border color is #abb1fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,177,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abb1fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abb1fc;
  -webkit-box-shadow: 1px 1px 3px 2px #abb1fc;
  box-shadow:         1px 1px 3px 2px #abb1fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,177,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb1fc

Related Colors


Comments

No comments written yet.

Please login to write comment.