Color Hex Logo

#adbfbe Color Hex

#ADBFBE
(173,191,190)
0 Favorites   0 Comments

Color spaces of #adbfbe

RGB 173191190
HSL0.490.120.71
HSV177°75°
CMYK 0.090.000.01   0.25
XYZ45.158649.863555.9597
Yxy49.86350.29910.3303
Hunter Lab70.6141-9.42172.4442
CIE-Lab75.9854-6.3336-1.6067

#adbfbe color RGB value is (173,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10111110
Octal 255 277 276
Decimal 173 191 190
Hex AD BF BE

RGB Percentages of Color #adbfbe

%31.23
%34.48
%34.30

CMYK Percentages of Color #adbfbe

%9
%0
%1
%25

Triadic Colors of #adbfbe

#adbfbe #beadbf #bfbead

Analogous Colors of #adbfbe

#adbfbe #adb7bf #adbfb5

Monochromatic Colors of #adbfbe

#adbfbe

Complementary Color

#adbfbe #bfadae

#adbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfbe Color CSS Codes

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

#adbfbe Text Font Color

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

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


#adbfbe Background Color

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

This div background color is #adbfbe


#adbfbe Border Color

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

This div border color is #adbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfbe


Comments

No comments written yet.

Please login to write comment.