Color Hex Logo

#abbfb7 Color Hex

#ABBFB7
(171,191,183)
0 Favorites   0 Comments

Color spaces of #abbfb7

RGB 171191183
HSL0.430.140.71
HSV156°10°75°
CMYK 0.100.000.04   0.25
XYZ43.972649.338452.0054
Yxy49.33840.30260.3395
Hunter Lab70.2413-11.17735.2717
CIE-Lab75.6614-8.38281.7007

#abbfb7 color RGB value is (171,191,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10110111
Octal 253 277 267
Decimal 171 191 183
Hex AB BF B7

RGB Percentages of Color #abbfb7

%31.38
%35.05
%33.58

CMYK Percentages of Color #abbfb7

%10
%0
%4
%25

Triadic Colors of #abbfb7

#abbfb7 #b7abbf #bfb7ab

Analogous Colors of #abbfb7

#abbfb7 #abbdbf #abbfad

Monochromatic Colors of #abbfb7

#abbfb7

Complementary Color

#abbfb7 #bfabb3

#abbfb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfb7 Color CSS Codes

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

#abbfb7 Text Font Color

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

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


#abbfb7 Background Color

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

This div background color is #abbfb7


#abbfb7 Border Color

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

This div border color is #abbfb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfb7


Comments

No comments written yet.

Please login to write comment.