Color Hex Logo

#abbde1 Color Hex

#ABBDE1
(171,189,225)
0 Favorites   0 Comments

Color spaces of #abbde1

RGB 171189225
HSL0.610.470.78
HSV220°24°88°
CMYK 0.240.160.00   0.12
XYZ48.582850.489478.4190
Yxy50.48940.27370.2845
Hunter Lab71.0559-2.3026-15.6948
CIE-Lab76.36871.6364-20.0176

#abbde1 color RGB value is (171,189,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11100001
Octal 253 275 341
Decimal 171 189 225
Hex AB BD E1

RGB Percentages of Color #abbde1

%29.23
%32.31
%38.46

CMYK Percentages of Color #abbde1

%24
%16
%0
%12

Triadic Colors of #abbde1

#abbde1 #e1abbd #bde1ab

Analogous Colors of #abbde1

#abbde1 #b4abe1 #abd8e1

Monochromatic Colors of #abbde1

#abbde1

Complementary Color

#abbde1 #e1cfab

#abbde1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbde1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbde1 Color CSS Codes

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

#abbde1 Text Font Color

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

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


#abbde1 Background Color

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

This div background color is #abbde1


#abbde1 Border Color

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

This div border color is #abbde1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbde1


Comments

No comments written yet.

Please login to write comment.