Color Hex Logo

#abbde2 Color Hex

#ABBDE2
(171,189,226)
0 Favorites   0 Comments

Color spaces of #abbde2

RGB 171189226
HSL0.610.490.78
HSV220°24°89°
CMYK 0.240.160.00   0.11
XYZ48.719650.544179.1397
Yxy50.54410.27310.2833
Hunter Lab71.0944-2.0926-16.2334
CIE-Lab76.40201.8675-20.5076

#abbde2 color RGB value is (171,189,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11100010
Octal 253 275 342
Decimal 171 189 226
Hex AB BD E2

RGB Percentages of Color #abbde2

%29.18
%32.25
%38.57

CMYK Percentages of Color #abbde2

%24
%16
%0
%11

Triadic Colors of #abbde2

#abbde2 #e2abbd #bde2ab

Analogous Colors of #abbde2

#abbde2 #b5abe2 #abd9e2

Monochromatic Colors of #abbde2

#abbde2

Complementary Color

#abbde2 #e2d0ab

#abbde2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbde2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbde2 Color CSS Codes

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

#abbde2 Text Font Color

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

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


#abbde2 Background Color

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

This div background color is #abbde2


#abbde2 Border Color

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

This div border color is #abbde2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbde2


Comments

No comments written yet.

Please login to write comment.