Color Hex Logo

#adbdd7 Color Hex

#ADBDD7
(173,189,215)
0 Favorites   0 Comments

Color spaces of #adbdd7

RGB 173189215
HSL0.600.340.76
HSV217°20°84°
CMYK 0.200.120.00   0.16
XYZ47.696950.185771.4629
Yxy50.18570.28170.2964
Hunter Lab70.8419-3.7916-10.2205
CIE-Lab76.1831-0.0086-14.8718

#adbdd7 color RGB value is (173,189,215).

#adbdd7 hex color red value is 173, green value is 189 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #adbdd7 hue: 0.60 , saturation: 0.34 and the lightness value of adbdd7 is 0.76.

The process color (four color CMYK) of #adbdd7 color hex is 0.20, 0.12, 0.00, 0.16. Web safe color of #adbdd7 is #99cccc. Color #adbdd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11010111
Octal 255 275 327
Decimal 173 189 215
Hex AD BD D7

RGB Percentages of Color #adbdd7

%29.98
%32.76
%37.26

CMYK Percentages of Color #adbdd7

%20
%12
%0
%16

Triadic Colors of #adbdd7

#adbdd7 #d7adbd #bdd7ad

Analogous Colors of #adbdd7

#adbdd7 #b2add7 #add2d7

Monochromatic Colors of #adbdd7

#adbdd7

Complementary Color

#adbdd7 #d7c7ad

#adbdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdd7 Color CSS Codes

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

#adbdd7 Text Font Color

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

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


#adbdd7 Background Color

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

This div background color is #adbdd7


#adbdd7 Border Color

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

This div border color is #adbdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdd7


Comments

No comments written yet.

Please login to write comment.