Color Hex Logo

#adbfbf Color Hex

#ADBFBF
(173,191,191)
0 Favorites   0 Comments

Color spaces of #adbfbf

RGB 173191191
HSL0.500.120.71
HSV180°75°
CMYK 0.090.000.00   0.25
XYZ45.268449.907456.5374
Yxy49.90740.29840.3290
Hunter Lab70.6452-9.24882.0018
CIE-Lab76.0124-6.1340-2.1095

#adbfbf color RGB value is (173,191,191).

#adbfbf hex color red value is 173, green value is 191 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adbfbf hue: 0.50 , saturation: 0.12 and the lightness value of adbfbf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10111111
Octal 255 277 277
Decimal 173 191 191
Hex AD BF BF

RGB Percentages of Color #adbfbf

%31.17
%34.41
%34.41

CMYK Percentages of Color #adbfbf

%9
%0
%0
%25

Triadic Colors of #adbfbf

#adbfbf #bfadbf #bfbfad

Analogous Colors of #adbfbf

#adbfbf #adb6bf #adbfb6

Monochromatic Colors of #adbfbf

#adbfbf

Complementary Color

#adbfbf #bfadad

#adbfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfbf Color CSS Codes

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

#adbfbf Text Font Color

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

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


#adbfbf Background Color

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

This div background color is #adbfbf


#adbfbf Border Color

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

This div border color is #adbfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfbf


Comments

No comments written yet.

Please login to write comment.