Color Hex Logo

#afb5be Color Hex

#AFB5BE
(175,181,190)
0 Favorites   0 Comments

Color spaces of #afb5be

RGB 175181190
HSL0.600.100.72
HSV216°75°
CMYK 0.080.050.00   0.25
XYZ43.497345.879455.2783
Yxy45.87940.30070.3172
Hunter Lab67.7343-3.9068-0.9728
CIE-Lab73.4672-0.3236-5.2955

#afb5be color RGB value is (175,181,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 10111110
Octal 257 265 276
Decimal 175 181 190
Hex AF B5 BE

RGB Percentages of Color #afb5be

%32.05
%33.15
%34.80

CMYK Percentages of Color #afb5be

%8
%5
%0
%25

Triadic Colors of #afb5be

#afb5be #beafb5 #b5beaf

Analogous Colors of #afb5be

#afb5be #b1afbe #afbdbe

Monochromatic Colors of #afb5be

#afb5be

Complementary Color

#afb5be #beb8af

#afb5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb5be Color CSS Codes

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

#afb5be Text Font Color

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

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


#afb5be Background Color

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

This div background color is #afb5be


#afb5be Border Color

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

This div border color is #afb5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb5be


Comments

No comments written yet.

Please login to write comment.