Color Hex Logo

#abbbdf Color Hex

#ABBBDF
(171,187,223)
0 Favorites   0 Comments

Color spaces of #abbbdf

RGB 171187223
HSL0.620.450.77
HSV222°23°87°
CMYK 0.230.160.00   0.13
XYZ47.884249.526376.8478
Yxy49.52630.27480.2842
Hunter Lab70.3749-1.7019-15.4809
CIE-Lab75.77762.2587-19.8313

#abbbdf color RGB value is (171,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 11011111
Octal 253 273 337
Decimal 171 187 223
Hex AB BB DF

RGB Percentages of Color #abbbdf

%29.43
%32.19
%38.38

CMYK Percentages of Color #abbbdf

%23
%16
%0
%13

Triadic Colors of #abbbdf

#abbbdf #dfabbb #bbdfab

Analogous Colors of #abbbdf

#abbbdf #b5abdf #abd5df

Monochromatic Colors of #abbbdf

#abbbdf

Complementary Color

#abbbdf #dfcfab

#abbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbdf Color CSS Codes

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

#abbbdf Text Font Color

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

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


#abbbdf Background Color

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

This div background color is #abbbdf


#abbbdf Border Color

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

This div border color is #abbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbdf


Comments

No comments written yet.

Please login to write comment.