Color Hex Logo

#afb4be Color Hex

#AFB4BE
(175,180,190)
0 Favorites   0 Comments

Color spaces of #afb4be

RGB 175180190
HSL0.610.100.72
HSV220°75°
CMYK 0.080.050.00   0.25
XYZ43.294745.474255.2107
Yxy45.47420.30070.3158
Hunter Lab67.4346-3.4090-1.3383
CIE-Lab73.20300.2159-5.6859

#afb4be color RGB value is (175,180,190).

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

The process color (four color CMYK) of #afb4be color hex is 0.08, 0.05, 0.00, 0.25. Web safe color of #afb4be is #99cccc. Color #afb4be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 10111110
Octal 257 264 276
Decimal 175 180 190
Hex AF B4 BE

RGB Percentages of Color #afb4be

%32.11
%33.03
%34.86

CMYK Percentages of Color #afb4be

%8
%5
%0
%25

Triadic Colors of #afb4be

#afb4be #beafb4 #b4beaf

Analogous Colors of #afb4be

#afb4be #b2afbe #afbcbe

Monochromatic Colors of #afb4be

#afb4be

Complementary Color

#afb4be #beb9af

#afb4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb4be Color CSS Codes

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

#afb4be Text Font Color

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

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


#afb4be Background Color

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

This div background color is #afb4be


#afb4be Border Color

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

This div border color is #afb4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb4be

#afb4be Color Palettes


Comments

No comments written yet.

Please login to write comment.