Color Hex Logo

#afbec2 Color Hex

#AFBEC2
(175,190,194)
0 Favorites   0 Comments

Color spaces of #afbec2

RGB 175190194
HSL0.540.130.72
HSV193°10°76°
CMYK 0.100.020.00   0.24
XYZ45.830349.835958.2427
Yxy49.83590.29780.3238
Hunter Lab70.5945-7.65740.5001
CIE-Lab75.9684-4.3356-3.7856

#afbec2 color RGB value is (175,190,194).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11000010
Octal 257 276 302
Decimal 175 190 194
Hex AF BE C2

RGB Percentages of Color #afbec2

%31.31
%33.99
%34.70

CMYK Percentages of Color #afbec2

%10
%2
%0
%24

Triadic Colors of #afbec2

#afbec2 #c2afbe #bec2af

Analogous Colors of #afbec2

#afbec2 #afb5c2 #afc2bd

Monochromatic Colors of #afbec2

#afbec2

Complementary Color

#afbec2 #c2b3af

#afbec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbec2 Color CSS Codes

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

#afbec2 Text Font Color

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

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


#afbec2 Background Color

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

This div background color is #afbec2


#afbec2 Border Color

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

This div border color is #afbec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbec2


Comments

No comments written yet.

Please login to write comment.