Color Hex Logo

#abbff4 Color Hex

#ABBFF4
(171,191,244)
0 Favorites   0 Comments

Color spaces of #abbff4

RGB 171191244
HSL0.620.770.81
HSV224°30°96°
CMYK 0.300.220.00   0.04
XYZ51.754552.451292.9843
Yxy52.45120.26250.2660
Hunter Lab72.42320.8177-25.4263
CIE-Lab77.54995.0621-28.4563

#abbff4 color RGB value is (171,191,244).

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

The process color (four color CMYK) of #abbff4 color hex is 0.30, 0.22, 0.00, 0.04. Web safe color of #abbff4 is #99ccff. Color #abbff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11110100
Octal 253 277 364
Decimal 171 191 244
Hex AB BF F4

RGB Percentages of Color #abbff4

%28.22
%31.52
%40.26

CMYK Percentages of Color #abbff4

%30
%22
%0
%4

Triadic Colors of #abbff4

#abbff4 #f4abbf #bff4ab

Analogous Colors of #abbff4

#abbff4 #bcabf4 #abe4f4

Monochromatic Colors of #abbff4

#abbff4

Complementary Color

#abbff4 #f4e0ab

#abbff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbff4 Color CSS Codes

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

#abbff4 Text Font Color

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

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


#abbff4 Background Color

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

This div background color is #abbff4


#abbff4 Border Color

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

This div border color is #abbff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbff4


Comments

No comments written yet.

Please login to write comment.