Color Hex Logo

#abbbe0 Color Hex

#ABBBE0
(171,187,224)
0 Favorites   0 Comments

Color spaces of #abbbe0

RGB 171187224
HSL0.620.460.77
HSV222°24°88°
CMYK 0.240.170.00   0.12
XYZ48.019549.580477.5601
Yxy49.58040.27410.2831
Hunter Lab70.4134-1.4925-16.0184
CIE-Lab75.81102.4891-20.3222

#abbbe0 color RGB value is (171,187,224).

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

The process color (four color CMYK) of #abbbe0 color hex is 0.24, 0.17, 0.00, 0.12. Web safe color of #abbbe0 is #99cccc. Color #abbbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 11100000
Octal 253 273 340
Decimal 171 187 224
Hex AB BB E0

RGB Percentages of Color #abbbe0

%29.38
%32.13
%38.49

CMYK Percentages of Color #abbbe0

%24
%17
%0
%12

Triadic Colors of #abbbe0

#abbbe0 #e0abbb #bbe0ab

Analogous Colors of #abbbe0

#abbbe0 #b6abe0 #abd6e0

Monochromatic Colors of #abbbe0

#abbbe0

Complementary Color

#abbbe0 #e0d0ab

#abbbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbe0 Color CSS Codes

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

#abbbe0 Text Font Color

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

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


#abbbe0 Background Color

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

This div background color is #abbbe0


#abbbe0 Border Color

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

This div border color is #abbbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbe0


Comments

No comments written yet.

Please login to write comment.