Color Hex Logo

#adbcd9 Color Hex

#ADBCD9
(173,188,217)
0 Favorites   0 Comments

Color spaces of #adbcd9

RGB 173188217
HSL0.610.370.76
HSV220°20°85°
CMYK 0.200.130.00   0.15
XYZ47.741249.860472.7534
Yxy49.86040.28020.2927
Hunter Lab70.6119-2.8857-11.6598
CIE-Lab75.98350.9747-16.2559

#adbcd9 color RGB value is (173,188,217).

#adbcd9 hex color red value is 173, green value is 188 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #adbcd9 hue: 0.61 , saturation: 0.37 and the lightness value of adbcd9 is 0.76.

The process color (four color CMYK) of #adbcd9 color hex is 0.20, 0.13, 0.00, 0.15. Web safe color of #adbcd9 is #99cccc. Color #adbcd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11011001
Octal 255 274 331
Decimal 173 188 217
Hex AD BC D9

RGB Percentages of Color #adbcd9

%29.93
%32.53
%37.54

CMYK Percentages of Color #adbcd9

%20
%13
%0
%15

Triadic Colors of #adbcd9

#adbcd9 #d9adbc #bcd9ad

Analogous Colors of #adbcd9

#adbcd9 #b4add9 #add2d9

Monochromatic Colors of #adbcd9

#adbcd9

Complementary Color

#adbcd9 #d9caad

#adbcd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcd9 Color CSS Codes

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

#adbcd9 Text Font Color

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

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


#adbcd9 Background Color

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

This div background color is #adbcd9


#adbcd9 Border Color

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

This div border color is #adbcd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcd9


Comments

No comments written yet.

Please login to write comment.