Color Hex Logo

#abbad1 Color Hex

#ABBAD1
(171,186,209)
0 Favorites   0 Comments

Color spaces of #abbad1

RGB 171186209
HSL0.600.290.75
HSV216°18°82°
CMYK 0.180.110.00   0.18
XYZ45.862148.379267.2425
Yxy48.37920.28400.2996
Hunter Lab69.5552-4.0252-8.6300
CIE-Lab75.0635-0.3442-13.3110

#abbad1 color RGB value is (171,186,209).

#abbad1 hex color red value is 171, green value is 186 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #abbad1 hue: 0.60 , saturation: 0.29 and the lightness value of abbad1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11010001
Octal 253 272 321
Decimal 171 186 209
Hex AB BA D1

RGB Percentages of Color #abbad1

%30.21
%32.86
%36.93

CMYK Percentages of Color #abbad1

%18
%11
%0
%18

Triadic Colors of #abbad1

#abbad1 #d1abba #bad1ab

Analogous Colors of #abbad1

#abbad1 #afabd1 #abcdd1

Monochromatic Colors of #abbad1

#abbad1

Complementary Color

#abbad1 #d1c2ab

#abbad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbad1 Color CSS Codes

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

#abbad1 Text Font Color

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

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


#abbad1 Background Color

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

This div background color is #abbad1


#abbad1 Border Color

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

This div border color is #abbad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbad1


Comments

No comments written yet.

Please login to write comment.