Color Hex Logo

#abbfc2 Color Hex

#ABBFC2
(171,191,194)
0 Favorites   0 Comments

Color spaces of #abbfc2

RGB 171191194
HSL0.520.160.72
HSV188°12°76°
CMYK 0.120.020.00   0.24
XYZ45.163049.814658.2738
Yxy49.81460.29470.3251
Hunter Lab70.5795-9.29390.4529
CIE-Lab75.9553-6.1913-3.8370

#abbfc2 color RGB value is (171,191,194).

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

The process color (four color CMYK) of #abbfc2 color hex is 0.12, 0.02, 0.00, 0.24. Web safe color of #abbfc2 is #99cccc. Color #abbfc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 11000010
Octal 253 277 302
Decimal 171 191 194
Hex AB BF C2

RGB Percentages of Color #abbfc2

%30.76
%34.35
%34.89

CMYK Percentages of Color #abbfc2

%12
%2
%0
%24

Triadic Colors of #abbfc2

#abbfc2 #c2abbf #bfc2ab

Analogous Colors of #abbfc2

#abbfc2 #abb4c2 #abc2ba

Monochromatic Colors of #abbfc2

#abbfc2

Complementary Color

#abbfc2 #c2aeab

#abbfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfc2 Color CSS Codes

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

#abbfc2 Text Font Color

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

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


#abbfc2 Background Color

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

This div background color is #abbfc2


#abbfc2 Border Color

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

This div border color is #abbfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfc2


Comments

No comments written yet.

Please login to write comment.