Color Hex Logo

#afb2be Color Hex

#AFB2BE
(175,178,190)
0 Favorites   0 Comments

Color spaces of #afb2be

RGB 175178190
HSL0.630.100.72
HSV228°75°
CMYK 0.080.060.00   0.25
XYZ42.893944.672555.0771
Yxy44.67250.30070.3132
Hunter Lab66.8375-2.4107-2.0714
CIE-Lab72.67571.2980-6.4663

#afb2be color RGB value is (175,178,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 10111110
Octal 257 262 276
Decimal 175 178 190
Hex AF B2 BE

RGB Percentages of Color #afb2be

%32.23
%32.78
%34.99

CMYK Percentages of Color #afb2be

%8
%6
%0
%25

Triadic Colors of #afb2be

#afb2be #beafb2 #b2beaf

Analogous Colors of #afb2be

#afb2be #b4afbe #afbabe

Monochromatic Colors of #afb2be

#afb2be

Complementary Color

#afb2be #bebbaf

#afb2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb2be Color CSS Codes

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

#afb2be Text Font Color

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

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


#afb2be Background Color

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

This div background color is #afb2be


#afb2be Border Color

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

This div border color is #afb2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb2be

#afb2be Color Palettes


Comments

No comments written yet.

Please login to write comment.