Color Hex Logo

#adafbd Color Hex

#ADAFBD
(173,175,189)
0 Favorites   0 Comments

Color spaces of #adafbd

RGB 173175189
HSL0.650.110.71
HSV233°74°
CMYK 0.080.070.00   0.26
XYZ41.748943.218354.2857
Yxy43.21830.29980.3104
Hunter Lab65.7406-1.6888-2.9406
CIE-Lab71.70292.0479-7.3767

#adafbd color RGB value is (173,175,189).

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

The process color (four color CMYK) of #adafbd color hex is 0.08, 0.07, 0.00, 0.26. Web safe color of #adafbd is #9999cc. Color #adafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 10111101
Octal 255 257 275
Decimal 173 175 189
Hex AD AF BD

RGB Percentages of Color #adafbd

%32.22
%32.59
%35.20

CMYK Percentages of Color #adafbd

%8
%7
%0
%26

Triadic Colors of #adafbd

#adafbd #bdadaf #afbdad

Analogous Colors of #adafbd

#adafbd #b3adbd #adb7bd

Monochromatic Colors of #adafbd

#adafbd

Complementary Color

#adafbd #bdbbad

#adafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafbd Color CSS Codes

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

#adafbd Text Font Color

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

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


#adafbd Background Color

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

This div background color is #adafbd


#adafbd Border Color

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

This div border color is #adafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafbd

#adafbd Color Palettes


Comments

No comments written yet.

Please login to write comment.