Color Hex Logo

#abbce1 Color Hex

#ABBCE1
(171,188,225)
0 Favorites   0 Comments

Color spaces of #abbce1

RGB 171188225
HSL0.610.470.78
HSV221°24°88°
CMYK 0.240.160.00   0.12
XYZ48.368450.060678.3475
Yxy50.06060.27360.2832
Hunter Lab70.7535-1.7928-16.1261
CIE-Lab76.10642.1777-20.4152

#abbce1 color RGB value is (171,188,225).

#abbce1 hex color red value is 171, green value is 188 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #abbce1 hue: 0.61 , saturation: 0.47 and the lightness value of abbce1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 11100001
Octal 253 274 341
Decimal 171 188 225
Hex AB BC E1

RGB Percentages of Color #abbce1

%29.28
%32.19
%38.53

CMYK Percentages of Color #abbce1

%24
%16
%0
%12

Triadic Colors of #abbce1

#abbce1 #e1abbc #bce1ab

Analogous Colors of #abbce1

#abbce1 #b5abe1 #abd7e1

Monochromatic Colors of #abbce1

#abbce1

Complementary Color

#abbce1 #e1d0ab

#abbce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbce1 Color CSS Codes

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

#abbce1 Text Font Color

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

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


#abbce1 Background Color

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

This div background color is #abbce1


#abbce1 Border Color

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

This div border color is #abbce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbce1


Comments

No comments written yet.

Please login to write comment.