Color Hex Logo

#afbeb9 Color Hex

#AFBEB9
(175,190,185)
1 Favorites   0 Comments

Color spaces of #afbeb9

RGB 175190185
HSL0.440.100.72
HSV160°75°
CMYK 0.080.000.03   0.25
XYZ44.849649.443753.0787
Yxy49.44370.30430.3355
Hunter Lab70.3162-9.20124.4659
CIE-Lab75.7265-6.10970.7448

#afbeb9 color RGB value is (175,190,185).

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

The process color (four color CMYK) of #afbeb9 color hex is 0.08, 0.00, 0.03, 0.25. Web safe color of #afbeb9 is #99cccc. Color #afbeb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10111001
Octal 257 276 271
Decimal 175 190 185
Hex AF BE B9

RGB Percentages of Color #afbeb9

%31.82
%34.55
%33.64

CMYK Percentages of Color #afbeb9

%8
%0
%3
%25

Triadic Colors of #afbeb9

#afbeb9 #b9afbe #beb9af

Analogous Colors of #afbeb9

#afbeb9 #afbcbe #afbeb2

Monochromatic Colors of #afbeb9

#afbeb9

Complementary Color

#afbeb9 #beafb4

#afbeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbeb9 Color CSS Codes

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

#afbeb9 Text Font Color

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

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


#afbeb9 Background Color

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

This div background color is #afbeb9


#afbeb9 Border Color

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

This div border color is #afbeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbeb9


Comments

No comments written yet.

Please login to write comment.