Color Hex Logo

#adbfb1 Color Hex

#ADBFB1
(173,191,177)
0 Favorites   0 Comments

Color spaces of #adbfb1

RGB 173191177
HSL0.370.120.71
HSV133°75°
CMYK 0.090.000.07   0.25
XYZ43.800249.320248.8062
Yxy49.32020.30860.3475
Hunter Lab70.2283-11.57227.9554
CIE-Lab75.6501-8.84034.9551

#adbfb1 color RGB value is (173,191,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10110001
Octal 255 277 261
Decimal 173 191 177
Hex AD BF B1

RGB Percentages of Color #adbfb1

%31.98
%35.30
%32.72

CMYK Percentages of Color #adbfb1

%9
%0
%7
%25

Triadic Colors of #adbfb1

#adbfb1 #b1adbf #bfb1ad

Analogous Colors of #adbfb1

#adbfb1 #adbfba #b2bfad

Monochromatic Colors of #adbfb1

#adbfb1

Complementary Color

#adbfb1 #bfadbb

#adbfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfb1 Color CSS Codes

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

#adbfb1 Text Font Color

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

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


#adbfb1 Background Color

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

This div background color is #adbfb1


#adbfb1 Border Color

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

This div border color is #adbfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfb1


Comments

No comments written yet.

Please login to write comment.