Color Hex Logo

#abbfc1 Color Hex

#ABBFC1
(171,191,193)
0 Favorites   0 Comments

Color spaces of #abbfc1

RGB 171191193
HSL0.520.150.71
HSV185°11°76°
CMYK 0.110.010.00   0.24
XYZ45.051049.769857.6842
Yxy49.76980.29540.3263
Hunter Lab70.5477-9.47030.9042
CIE-Lab75.9277-6.3953-3.3351

#abbfc1 color RGB value is (171,191,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11000001
Octal 253 277 301
Decimal 171 191 193
Hex AB BF C1

RGB Percentages of Color #abbfc1

%30.81
%34.41
%34.77

CMYK Percentages of Color #abbfc1

%11
%1
%0
%24

Triadic Colors of #abbfc1

#abbfc1 #c1abbf #bfc1ab

Analogous Colors of #abbfc1

#abbfc1 #abb4c1 #abc1b8

Monochromatic Colors of #abbfc1

#abbfc1

Complementary Color

#abbfc1 #c1adab

#abbfc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfc1 Color CSS Codes

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

#abbfc1 Text Font Color

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

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


#abbfc1 Background Color

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

This div background color is #abbfc1


#abbfc1 Border Color

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

This div border color is #abbfc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfc1


Comments

No comments written yet.

Please login to write comment.