Color Hex Logo

#afbabc Color Hex

#AFBABC
(175,186,188)
0 Favorites   0 Comments

Color spaces of #afbabc

RGB 175186188
HSL0.530.090.71
HSV189°74°
CMYK 0.070.010.00   0.26
XYZ44.315247.862654.4797
Yxy47.86260.30220.3264
Hunter Lab69.1828-6.73131.7386
CIE-Lab74.7382-3.4019-2.3321

#afbabc color RGB value is (175,186,188).

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

The process color (four color CMYK) of #afbabc color hex is 0.07, 0.01, 0.00, 0.26. Web safe color of #afbabc is #99cccc. Color #afbabc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10111100
Octal 257 272 274
Decimal 175 186 188
Hex AF BA BC

RGB Percentages of Color #afbabc

%31.88
%33.88
%34.24

CMYK Percentages of Color #afbabc

%7
%1
%0
%26

Triadic Colors of #afbabc

#afbabc #bcafba #babcaf

Analogous Colors of #afbabc

#afbabc #afb4bc #afbcb8

Monochromatic Colors of #afbabc

#afbabc

Complementary Color

#afbabc #bcb1af

#afbabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbabc Color CSS Codes

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

#afbabc Text Font Color

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

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


#afbabc Background Color

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

This div background color is #afbabc


#afbabc Border Color

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

This div border color is #afbabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbabc


Comments

No comments written yet.

Please login to write comment.