Color Hex Logo

#afabba Color Hex

#AFABBA
(175,171,186)
0 Favorites   0 Comments

Color spaces of #afabba

RGB 175171186
HSL0.710.100.70
HSV256°73°
CMYK 0.060.080.00   0.27
XYZ41.105041.785052.3532
Yxy41.78500.30390.3090
Hunter Lab64.64130.3847-2.7702
CIE-Lab70.72244.3098-7.1625

#afabba color RGB value is (175,171,186).

#afabba hex color red value is 175, green value is 171 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #afabba hue: 0.71 , saturation: 0.10 and the lightness value of afabba is 0.70.

The process color (four color CMYK) of #afabba color hex is 0.06, 0.08, 0.00, 0.27. Web safe color of #afabba is #9999cc. Color #afabba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10111010
Octal 257 253 272
Decimal 175 171 186
Hex AF AB BA

RGB Percentages of Color #afabba

%32.89
%32.14
%34.96

CMYK Percentages of Color #afabba

%6
%8
%0
%27

Triadic Colors of #afabba

#afabba #baafab #abbaaf

Analogous Colors of #afabba

#afabba #b7abba #abafba

Monochromatic Colors of #afabba

#afabba

Complementary Color

#afabba #b6baab

#afabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabba Color CSS Codes

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

#afabba Text Font Color

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

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


#afabba Background Color

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

This div background color is #afabba


#afabba Border Color

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

This div border color is #afabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabba


Comments

No comments written yet.

Please login to write comment.