Color Hex Logo

#abbbd1 Color Hex

#ABBBD1
(171,187,209)
0 Favorites   0 Comments

Color spaces of #abbbd1

RGB 171187209
HSL0.600.290.75
HSV215°18°82°
CMYK 0.180.110.00   0.18
XYZ46.073548.802067.3130
Yxy48.80200.28410.3009
Hunter Lab69.8584-4.5267-8.2288
CIE-Lab75.3280-0.8827-12.9144

#abbbd1 color RGB value is (171,187,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 11010001
Octal 253 273 321
Decimal 171 187 209
Hex AB BB D1

RGB Percentages of Color #abbbd1

%30.16
%32.98
%36.86

CMYK Percentages of Color #abbbd1

%18
%11
%0
%18

Triadic Colors of #abbbd1

#abbbd1 #d1abbb #bbd1ab

Analogous Colors of #abbbd1

#abbbd1 #aeabd1 #abced1

Monochromatic Colors of #abbbd1

#abbbd1

Complementary Color

#abbbd1 #d1c1ab

#abbbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbd1 Color CSS Codes

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

#abbbd1 Text Font Color

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

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


#abbbd1 Background Color

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

This div background color is #abbbd1


#abbbd1 Border Color

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

This div border color is #abbbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbd1


Comments

No comments written yet.

Please login to write comment.