Color Hex Logo

#afbfbc Color Hex

#AFBFBC
(175,191,188)
0 Favorites   0 Comments

Color spaces of #afbfbc

RGB 175191188
HSL0.470.110.72
HSV169°75°
CMYK 0.080.000.02   0.25
XYZ45.387150.006454.8370
Yxy50.00640.30210.3329
Hunter Lab70.7152-9.18503.5235
CIE-Lab76.0732-6.0551-0.3767

#afbfbc color RGB value is (175,191,188).

#afbfbc hex color red value is 175, green value is 191 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #afbfbc hue: 0.47 , saturation: 0.11 and the lightness value of afbfbc is 0.72.

The process color (four color CMYK) of #afbfbc color hex is 0.08, 0.00, 0.02, 0.25. Web safe color of #afbfbc is #99cccc. Color #afbfbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 10111100
Octal 257 277 274
Decimal 175 191 188
Hex AF BF BC

RGB Percentages of Color #afbfbc

%31.59
%34.48
%33.94

CMYK Percentages of Color #afbfbc

%8
%0
%2
%25

Triadic Colors of #afbfbc

#afbfbc #bcafbf #bfbcaf

Analogous Colors of #afbfbc

#afbfbc #afbabf #afbfb4

Monochromatic Colors of #afbfbc

#afbfbc

Complementary Color

#afbfbc #bfafb2

#afbfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfbc Color CSS Codes

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

#afbfbc Text Font Color

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

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


#afbfbc Background Color

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

This div background color is #afbfbc


#afbfbc Border Color

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

This div border color is #afbfbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,191,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 #afbfbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfbc


Comments

No comments written yet.

Please login to write comment.