Color Hex Logo

#adbbd1 Color Hex

#ADBBD1
(173,187,209)
0 Favorites   0 Comments

Color spaces of #adbbd1

RGB 173187209
HSL0.600.280.75
HSV217°17°82°
CMYK 0.170.110.00   0.18
XYZ46.512549.028367.3335
Yxy49.02830.28560.3010
Hunter Lab70.0202-3.9627-8.0009
CIE-Lab75.4689-0.2467-12.6887

#adbbd1 color RGB value is (173,187,209).

#adbbd1 hex color red value is 173, green value is 187 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #adbbd1 hue: 0.60 , saturation: 0.28 and the lightness value of adbbd1 is 0.75.

The process color (four color CMYK) of #adbbd1 color hex is 0.17, 0.11, 0.00, 0.18. Web safe color of #adbbd1 is #99cccc. Color #adbbd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11010001
Octal 255 273 321
Decimal 173 187 209
Hex AD BB D1

RGB Percentages of Color #adbbd1

%30.40
%32.86
%36.73

CMYK Percentages of Color #adbbd1

%17
%11
%0
%18

Triadic Colors of #adbbd1

#adbbd1 #d1adbb #bbd1ad

Analogous Colors of #adbbd1

#adbbd1 #b1add1 #adcdd1

Monochromatic Colors of #adbbd1

#adbbd1

Complementary Color

#adbbd1 #d1c3ad

#adbbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbd1 Color CSS Codes

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

#adbbd1 Text Font Color

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

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


#adbbd1 Background Color

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

This div background color is #adbbd1


#adbbd1 Border Color

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

This div border color is #adbbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbd1


Comments

No comments written yet.

Please login to write comment.