Color Hex Logo

#abbdbf Color Hex

#ABBDBF
(171,189,191)
0 Favorites   0 Comments

Color spaces of #abbdbf

RGB 171189191
HSL0.520.140.71
HSV186°10°75°
CMYK 0.100.010.00   0.25
XYZ44.396248.814756.3725
Yxy48.81470.29680.3263
Hunter Lab69.8675-8.84321.0692
CIE-Lab75.3359-5.7422-3.1194

#abbdbf color RGB value is (171,189,191).

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

The process color (four color CMYK) of #abbdbf color hex is 0.10, 0.01, 0.00, 0.25. Web safe color of #abbdbf is #99cccc. Color #abbdbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10111111
Octal 253 275 277
Decimal 171 189 191
Hex AB BD BF

RGB Percentages of Color #abbdbf

%31.03
%34.30
%34.66

CMYK Percentages of Color #abbdbf

%10
%1
%0
%25

Triadic Colors of #abbdbf

#abbdbf #bfabbd #bdbfab

Analogous Colors of #abbdbf

#abbdbf #abb3bf #abbfb7

Monochromatic Colors of #abbdbf

#abbdbf

Complementary Color

#abbdbf #bfadab

#abbdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdbf Color CSS Codes

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

#abbdbf Text Font Color

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

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


#abbdbf Background Color

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

This div background color is #abbdbf


#abbdbf Border Color

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

This div border color is #abbdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdbf


Comments

No comments written yet.

Please login to write comment.