Color Hex Logo

#abbffd Color Hex

#ABBFFD
(171,191,253)
0 Favorites   0 Comments

Color spaces of #abbffd

RGB 171191253
HSL0.630.950.83
HSV225°32°99°
CMYK 0.320.250.00   0.01
XYZ53.155053.0114100.3592
Yxy53.01140.25740.2567
Hunter Lab72.80892.9004-30.7586
CIE-Lab77.88177.2817-32.7736

#abbffd color RGB value is (171,191,253).

#abbffd hex color red value is 171, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #abbffd hue: 0.63 , saturation: 0.95 and the lightness value of abbffd is 0.83.

The process color (four color CMYK) of #abbffd color hex is 0.32, 0.25, 0.00, 0.01. Web safe color of #abbffd is #99ccff. Color #abbffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11111101
Octal 253 277 375
Decimal 171 191 253
Hex AB BF FD

RGB Percentages of Color #abbffd

%27.80
%31.06
%41.14

CMYK Percentages of Color #abbffd

%32
%25
%0
%1

Triadic Colors of #abbffd

#abbffd #fdabbf #bffdab

Analogous Colors of #abbffd

#abbffd #c0abfd #abe8fd

Monochromatic Colors of #abbffd

#abbffd

Complementary Color

#abbffd #fde9ab

#abbffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbffd Color CSS Codes

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

#abbffd Text Font Color

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

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


#abbffd Background Color

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

This div background color is #abbffd


#abbffd Border Color

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

This div border color is #abbffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbffd


Comments

No comments written yet.

Please login to write comment.