Color Hex Logo

#abbdbc Color Hex

#ABBDBC
(171,189,188)
0 Favorites   0 Comments

Color spaces of #abbdbc

RGB 171189188
HSL0.490.120.71
HSV177°10°74°
CMYK 0.100.000.01   0.26
XYZ44.069348.684054.6512
Yxy48.68400.29900.3303
Hunter Lab69.7739-9.36352.4022
CIE-Lab75.2543-6.3450-1.6086

#abbdbc color RGB value is (171,189,188).

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

The process color (four color CMYK) of #abbdbc color hex is 0.10, 0.00, 0.01, 0.26. Web safe color of #abbdbc is #99cccc. Color #abbdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10111100
Octal 253 275 274
Decimal 171 189 188
Hex AB BD BC

RGB Percentages of Color #abbdbc

%31.20
%34.49
%34.31

CMYK Percentages of Color #abbdbc

%10
%0
%1
%26

Triadic Colors of #abbdbc

#abbdbc #bcabbd #bdbcab

Analogous Colors of #abbdbc

#abbdbc #abb5bd #abbdb3

Monochromatic Colors of #abbdbc

#abbdbc

Complementary Color

#abbdbc #bdabac

#abbdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdbc Color CSS Codes

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

#abbdbc Text Font Color

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

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


#abbdbc Background Color

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

This div background color is #abbdbc


#abbdbc Border Color

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

This div border color is #abbdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdbc


Comments

No comments written yet.

Please login to write comment.