Color Hex Logo

#adbebd Color Hex

#ADBEBD
(173,190,189)
0 Favorites   0 Comments

Color spaces of #adbebd

RGB 173190189
HSL0.490.120.71
HSV176°75°
CMYK 0.090.000.01   0.25
XYZ44.832349.385355.3135
Yxy49.38530.29980.3303
Hunter Lab70.2747-9.10522.5249
CIE-Lab75.6904-6.0041-1.4962

#adbebd color RGB value is (173,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10111101
Octal 255 276 275
Decimal 173 190 189
Hex AD BE BD

RGB Percentages of Color #adbebd

%31.34
%34.42
%34.24

CMYK Percentages of Color #adbebd

%9
%0
%1
%25

Triadic Colors of #adbebd

#adbebd #bdadbe #bebdad

Analogous Colors of #adbebd

#adbebd #adb7be #adbeb5

Monochromatic Colors of #adbebd

#adbebd

Complementary Color

#adbebd #beadae

#adbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbebd Color CSS Codes

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

#adbebd Text Font Color

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

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


#adbebd Background Color

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

This div background color is #adbebd


#adbebd Border Color

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

This div border color is #adbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbebd


Comments

No comments written yet.

Please login to write comment.