Color Hex Logo

#abbebd Color Hex

#ABBEBD
(171,190,189)
0 Favorites   0 Comments

Color spaces of #abbebd

RGB 171190189
HSL0.490.130.71
HSV177°10°75°
CMYK 0.100.000.01   0.25
XYZ44.393349.159055.2930
Yxy49.15900.29830.3303
Hunter Lab70.1135-9.67892.3221
CIE-Lab75.5501-6.6740-1.7184

#abbebd color RGB value is (171,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 10111101
Octal 253 276 275
Decimal 171 190 189
Hex AB BE BD

RGB Percentages of Color #abbebd

%31.09
%34.55
%34.36

CMYK Percentages of Color #abbebd

%10
%0
%1
%25

Triadic Colors of #abbebd

#abbebd #bdabbe #bebdab

Analogous Colors of #abbebd

#abbebd #abb6be #abbeb4

Monochromatic Colors of #abbebd

#abbebd

Complementary Color

#abbebd #beabac

#abbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbebd Color CSS Codes

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

#abbebd Text Font Color

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

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


#abbebd Background Color

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

This div background color is #abbebd


#abbebd Border Color

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

This div border color is #abbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbebd


Comments

No comments written yet.

Please login to write comment.