Color Hex Logo

#afabb2 Color Hex

#AFABB2
(175,171,178)
0 Favorites   0 Comments

Color spaces of #afabb2

RGB 175171178
HSL0.760.040.68
HSV274°70°
CMYK 0.020.040.00   0.30
XYZ40.278041.454147.9980
Yxy41.45410.31050.3195
Hunter Lab64.3849-1.00710.8695
CIE-Lab70.49292.7462-3.0870

#afabb2 color RGB value is (175,171,178).

#afabb2 hex color red value is 175, green value is 171 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #afabb2 hue: 0.76 , saturation: 0.04 and the lightness value of afabb2 is 0.68.

The process color (four color CMYK) of #afabb2 color hex is 0.02, 0.04, 0.00, 0.30. Web safe color of #afabb2 is #999999. Color #afabb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10110010
Octal 257 253 262
Decimal 175 171 178
Hex AF AB B2

RGB Percentages of Color #afabb2

%33.40
%32.63
%33.97

CMYK Percentages of Color #afabb2

%2
%4
%0
%30

Triadic Colors of #afabb2

#afabb2 #b2afab #abb2af

Analogous Colors of #afabb2

#afabb2 #b2abb2 #acabb2

Monochromatic Colors of #afabb2

#afabb2

Complementary Color

#afabb2 #aeb2ab

#afabb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabb2 Color CSS Codes

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

#afabb2 Text Font Color

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

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


#afabb2 Background Color

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

This div background color is #afabb2


#afabb2 Border Color

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

This div border color is #afabb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabb2


Comments

No comments written yet.

Please login to write comment.