Color Hex Logo

#afbdbd Color Hex

#AFBDBD
(175,189,189)
0 Favorites   0 Comments

Color spaces of #afbdbd

RGB 175189189
HSL0.500.100.71
HSV180°74°
CMYK 0.070.000.00   0.26
XYZ45.062149.183355.2624
Yxy49.18330.30140.3290
Hunter Lab70.1308-8.03492.3716
CIE-Lab75.5652-4.8006-1.6629

#afbdbd color RGB value is (175,189,189).

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

The process color (four color CMYK) of #afbdbd color hex is 0.07, 0.00, 0.00, 0.26. Web safe color of #afbdbd is #99cccc. Color #afbdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10111101
Octal 257 275 275
Decimal 175 189 189
Hex AF BD BD

RGB Percentages of Color #afbdbd

%31.65
%34.18
%34.18

CMYK Percentages of Color #afbdbd

%7
%0
%0
%26

Triadic Colors of #afbdbd

#afbdbd #bdafbd #bdbdaf

Analogous Colors of #afbdbd

#afbdbd #afb6bd #afbdb6

Monochromatic Colors of #afbdbd

#afbdbd

Complementary Color

#afbdbd #bdafaf

#afbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdbd Color CSS Codes

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

#afbdbd Text Font Color

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

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


#afbdbd Background Color

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

This div background color is #afbdbd


#afbdbd Border Color

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

This div border color is #afbdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdbd


Comments

No comments written yet.

Please login to write comment.