Color Hex Logo

#abbfde Color Hex

#ABBFDE
(171,191,222)
0 Favorites   0 Comments

Color spaces of #abbfde

RGB 171191222
HSL0.600.440.77
HSV216°23°87°
CMYK 0.230.140.00   0.13
XYZ48.610251.193576.4265
Yxy51.19350.27580.2905
Hunter Lab71.5496-3.9405-13.2465
CIE-Lab76.7961-0.1307-17.7493

#abbfde color RGB value is (171,191,222).

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

The process color (four color CMYK) of #abbfde color hex is 0.23, 0.14, 0.00, 0.13. Web safe color of #abbfde is #99cccc. Color #abbfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11011110
Octal 253 277 336
Decimal 171 191 222
Hex AB BF DE

RGB Percentages of Color #abbfde

%29.28
%32.71
%38.01

CMYK Percentages of Color #abbfde

%23
%14
%0
%13

Triadic Colors of #abbfde

#abbfde #deabbf #bfdeab

Analogous Colors of #abbfde

#abbfde #b1abde #abd9de

Monochromatic Colors of #abbfde

#abbfde

Complementary Color

#abbfde #decaab

#abbfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfde Color CSS Codes

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

#abbfde Text Font Color

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

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


#abbfde Background Color

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

This div background color is #abbfde


#abbfde Border Color

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

This div border color is #abbfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfde


Comments

No comments written yet.

Please login to write comment.