Color Hex Logo

#abcce1 Color Hex

#ABCCE1
(171,204,225)
0 Favorites   0 Comments

Color spaces of #abcce1

RGB 171204225
HSL0.560.470.78
HSV203°24°88°
CMYK 0.240.090.00   0.12
XYZ51.978157.279979.5508
Yxy57.27990.27530.3034
Hunter Lab75.6835-9.8554-9.3412
CIE-Lab80.3368-6.3633-14.0344

#abcce1 color RGB value is (171,204,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 11100001
Octal 253 314 341
Decimal 171 204 225
Hex AB CC E1

RGB Percentages of Color #abcce1

%28.50
%34.00
%37.50

CMYK Percentages of Color #abcce1

%24
%9
%0
%12

Triadic Colors of #abcce1

#abcce1 #e1abcc #cce1ab

Analogous Colors of #abcce1

#abcce1 #abb1e1 #abe1db

Monochromatic Colors of #abcce1

#abcce1

Complementary Color

#abcce1 #e1c0ab

#abcce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcce1 Color CSS Codes

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

#abcce1 Text Font Color

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

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


#abcce1 Background Color

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

This div background color is #abcce1


#abcce1 Border Color

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

This div border color is #abcce1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,204,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 #abcce1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcce1


Comments

No comments written yet.

Please login to write comment.