Color Hex Logo

#adbcd1 Color Hex

#ADBCD1
(173,188,209)
0 Favorites   0 Comments

Color spaces of #adbcd1

RGB 173188209
HSL0.600.280.75
HSV215°17°82°
CMYK 0.170.100.00   0.18
XYZ46.725449.454167.4045
Yxy49.45410.28560.3023
Hunter Lab70.3236-4.4648-7.6024
CIE-Lab75.7330-0.7845-12.2934

#adbcd1 color RGB value is (173,188,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11010001
Octal 255 274 321
Decimal 173 188 209
Hex AD BC D1

RGB Percentages of Color #adbcd1

%30.35
%32.98
%36.67

CMYK Percentages of Color #adbcd1

%17
%10
%0
%18

Triadic Colors of #adbcd1

#adbcd1 #d1adbc #bcd1ad

Analogous Colors of #adbcd1

#adbcd1 #b0add1 #adced1

Monochromatic Colors of #adbcd1

#adbcd1

Complementary Color

#adbcd1 #d1c2ad

#adbcd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcd1 Color CSS Codes

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

#adbcd1 Text Font Color

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

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


#adbcd1 Background Color

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

This div background color is #adbcd1


#adbcd1 Border Color

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

This div border color is #adbcd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcd1


Comments

No comments written yet.

Please login to write comment.