Color Hex Logo

#adbde6 Color Hex

#ADBDE6
(173,189,230)
0 Favorites   0 Comments

Color spaces of #adbde6

RGB 173189230
HSL0.620.530.79
HSV223°25°90°
CMYK 0.250.180.00   0.10
XYZ49.714150.992682.0853
Yxy50.99260.27200.2790
Hunter Lab71.4091-0.6965-18.1679
CIE-Lab76.67453.3974-22.2416

#adbde6 color RGB value is (173,189,230).

#adbde6 hex color red value is 173, green value is 189 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #adbde6 hue: 0.62 , saturation: 0.53 and the lightness value of adbde6 is 0.79.

The process color (four color CMYK) of #adbde6 color hex is 0.25, 0.18, 0.00, 0.10. Web safe color of #adbde6 is #99ccff. Color #adbde6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11100110
Octal 255 275 346
Decimal 173 189 230
Hex AD BD E6

RGB Percentages of Color #adbde6

%29.22
%31.93
%38.85

CMYK Percentages of Color #adbde6

%25
%18
%0
%10

Triadic Colors of #adbde6

#adbde6 #e6adbd #bde6ad

Analogous Colors of #adbde6

#adbde6 #baade6 #addae6

Monochromatic Colors of #adbde6

#adbde6

Complementary Color

#adbde6 #e6d6ad

#adbde6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbde6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbde6 Color CSS Codes

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

#adbde6 Text Font Color

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

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


#adbde6 Background Color

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

This div background color is #adbde6


#adbde6 Border Color

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

This div border color is #adbde6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbde6


Comments

No comments written yet.

Please login to write comment.