Color Hex Logo

#afbebd Color Hex

#AFBEBD
(175,190,189)
0 Favorites   0 Comments

Color spaces of #afbebd

RGB 175190189
HSL0.490.100.72
HSV176°75°
CMYK 0.080.000.01   0.25
XYZ45.278049.615055.3344
Yxy49.61500.30140.3303
Hunter Lab70.4379-8.52532.7297
CIE-Lab75.8323-5.3303-1.2716

#afbebd color RGB value is (175,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 10111101
Octal 257 276 275
Decimal 175 190 189
Hex AF BE BD

RGB Percentages of Color #afbebd

%31.59
%34.30
%34.12

CMYK Percentages of Color #afbebd

%8
%0
%1
%25

Triadic Colors of #afbebd

#afbebd #bdafbe #bebdaf

Analogous Colors of #afbebd

#afbebd #afb8be #afbeb6

Monochromatic Colors of #afbebd

#afbebd

Complementary Color

#afbebd #beafb0

#afbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbebd Color CSS Codes

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

#afbebd Text Font Color

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

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


#afbebd Background Color

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

This div background color is #afbebd


#afbebd Border Color

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

This div border color is #afbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbebd


Comments

No comments written yet.

Please login to write comment.