Color Hex Logo

#adbabe Color Hex

#ADBABE
(173,186,190)
0 Favorites   0 Comments

Color spaces of #adbabe

RGB 173186190
HSL0.540.120.71
HSV194°75°
CMYK 0.090.020.00   0.25
XYZ44.086747.719855.6024
Yxy47.71980.29910.3237
Hunter Lab69.0795-6.97010.6329
CIE-Lab74.6479-3.6801-3.5711

#adbabe color RGB value is (173,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10111110
Octal 255 272 276
Decimal 173 186 190
Hex AD BA BE

RGB Percentages of Color #adbabe

%31.51
%33.88
%34.61

CMYK Percentages of Color #adbabe

%9
%2
%0
%25

Triadic Colors of #adbabe

#adbabe #beadba #babead

Analogous Colors of #adbabe

#adbabe #adb2be #adbeba

Monochromatic Colors of #adbabe

#adbabe

Complementary Color

#adbabe #beb1ad

#adbabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbabe Color CSS Codes

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

#adbabe Text Font Color

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

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


#adbabe Background Color

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

This div background color is #adbabe


#adbabe Border Color

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

This div border color is #adbabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbabe


Comments

No comments written yet.

Please login to write comment.