Color Hex Logo

#abbff1 Color Hex

#ABBFF1
(171,191,241)
0 Favorites   0 Comments

Color spaces of #abbff1

RGB 171191241
HSL0.620.710.81
HSV223°29°95°
CMYK 0.290.210.00   0.05
XYZ51.302652.270490.6043
Yxy52.27040.26420.2692
Hunter Lab72.29830.1410-23.6935
CIE-Lab77.44224.3341-27.0089

#abbff1 color RGB value is (171,191,241).

#abbff1 hex color red value is 171, green value is 191 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #abbff1 hue: 0.62 , saturation: 0.71 and the lightness value of abbff1 is 0.81.

The process color (four color CMYK) of #abbff1 color hex is 0.29, 0.21, 0.00, 0.05. Web safe color of #abbff1 is #99ccff. Color #abbff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11110001
Octal 253 277 361
Decimal 171 191 241
Hex AB BF F1

RGB Percentages of Color #abbff1

%28.36
%31.67
%39.97

CMYK Percentages of Color #abbff1

%29
%21
%0
%5

Triadic Colors of #abbff1

#abbff1 #f1abbf #bff1ab

Analogous Colors of #abbff1

#abbff1 #baabf1 #abe2f1

Monochromatic Colors of #abbff1

#abbff1

Complementary Color

#abbff1 #f1ddab

#abbff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbff1 Color CSS Codes

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

#abbff1 Text Font Color

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

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


#abbff1 Background Color

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

This div background color is #abbff1


#abbff1 Border Color

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

This div border color is #abbff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbff1


Comments

No comments written yet.

Please login to write comment.