Color Hex Logo

#afbdbf Color Hex

#AFBDBF
(175,189,191)
0 Favorites   0 Comments

Color spaces of #afbdbf

RGB 175189191
HSL0.520.110.72
HSV188°75°
CMYK 0.080.010.00   0.25
XYZ45.280849.270756.4139
Yxy49.27070.29990.3264
Hunter Lab70.1931-7.68951.4840
CIE-Lab75.6194-4.4046-2.6699

#afbdbf color RGB value is (175,189,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10111111
Octal 257 275 277
Decimal 175 189 191
Hex AF BD BF

RGB Percentages of Color #afbdbf

%31.53
%34.05
%34.41

CMYK Percentages of Color #afbdbf

%8
%1
%0
%25

Triadic Colors of #afbdbf

#afbdbf #bfafbd #bdbfaf

Analogous Colors of #afbdbf

#afbdbf #afb5bf #afbfb9

Monochromatic Colors of #afbdbf

#afbdbf

Complementary Color

#afbdbf #bfb1af

#afbdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdbf Color CSS Codes

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

#afbdbf Text Font Color

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

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


#afbdbf Background Color

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

This div background color is #afbdbf


#afbdbf Border Color

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

This div border color is #afbdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdbf


Comments

No comments written yet.

Please login to write comment.