Color Hex Logo

#afb7be Color Hex

#AFB7BE
(175,183,190)
0 Favorites   0 Comments

Color spaces of #afb7be

RGB 175183190
HSL0.580.100.72
HSV208°75°
CMYK 0.080.040.00   0.25
XYZ43.906946.698655.4148
Yxy46.69860.30070.3198
Hunter Lab68.3364-4.9004-0.2435
CIE-Lab73.9966-1.3997-4.5140

#afb7be color RGB value is (175,183,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10111110
Octal 257 267 276
Decimal 175 183 190
Hex AF B7 BE

RGB Percentages of Color #afb7be

%31.93
%33.39
%34.67

CMYK Percentages of Color #afb7be

%8
%4
%0
%25

Triadic Colors of #afb7be

#afb7be #beafb7 #b7beaf

Analogous Colors of #afb7be

#afb7be #afb0be #afbebe

Monochromatic Colors of #afb7be

#afb7be

Complementary Color

#afb7be #beb6af

#afb7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb7be Color CSS Codes

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

#afb7be Text Font Color

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

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


#afb7be Background Color

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

This div background color is #afb7be


#afb7be Border Color

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

This div border color is #afb7be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb7be

#afb7be Color Palettes


Comments

No comments written yet.

Please login to write comment.