Color Hex Logo

#afbfc2 Color Hex

#AFBFC2
(175,191,194)
0 Favorites   0 Comments

Color spaces of #afbfc2

RGB 175191194
HSL0.530.130.72
HSV189°10°76°
CMYK 0.100.020.00   0.24
XYZ46.047650.270658.3152
Yxy50.27060.29780.3251
Hunter Lab70.9018-8.15010.8665
CIE-Lab76.2351-4.8661-3.3932

#afbfc2 color RGB value is (175,191,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11000010
Octal 257 277 302
Decimal 175 191 194
Hex AF BF C2

RGB Percentages of Color #afbfc2

%31.25
%34.11
%34.64

CMYK Percentages of Color #afbfc2

%10
%2
%0
%24

Triadic Colors of #afbfc2

#afbfc2 #c2afbf #bfc2af

Analogous Colors of #afbfc2

#afbfc2 #afb6c2 #afc2bc

Monochromatic Colors of #afbfc2

#afbfc2

Complementary Color

#afbfc2 #c2b2af

#afbfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfc2 Color CSS Codes

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

#afbfc2 Text Font Color

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

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


#afbfc2 Background Color

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

This div background color is #afbfc2


#afbfc2 Border Color

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

This div border color is #afbfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfc2

#afbfc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.