Color Hex Logo

#adbbbe Color Hex

#ADBBBE
(173,187,190)
1 Favorites   0 Comments

Color spaces of #adbbbe

RGB 173187190
HSL0.530.120.71
HSV191°75°
CMYK 0.090.020.00   0.25
XYZ44.298248.142655.6729
Yxy48.14260.29910.3250
Hunter Lab69.3849-7.46170.9964
CIE-Lab74.9148-4.2127-3.1784

#adbbbe color RGB value is (173,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 10111110
Octal 255 273 276
Decimal 173 187 190
Hex AD BB BE

RGB Percentages of Color #adbbbe

%31.45
%34.00
%34.55

CMYK Percentages of Color #adbbbe

%9
%2
%0
%25

Triadic Colors of #adbbbe

#adbbbe #beadbb #bbbead

Analogous Colors of #adbbbe

#adbbbe #adb3be #adbeb9

Monochromatic Colors of #adbbbe

#adbbbe

Complementary Color

#adbbbe #beb0ad

#adbbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbbe Color CSS Codes

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

#adbbbe Text Font Color

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

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


#adbbbe Background Color

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

This div background color is #adbbbe


#adbbbe Border Color

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

This div border color is #adbbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbbe

#adbbbe Color Palettes


Comments

No comments written yet.

Please login to write comment.