Color Hex Logo

#adbdeb Color Hex

#ADBDEB
(173,189,235)
0 Favorites   0 Comments

Color spaces of #adbdeb

RGB 173189235
HSL0.620.610.80
HSV225°26°92°
CMYK 0.260.200.00   0.08
XYZ50.426651.277685.8371
Yxy51.27760.26890.2734
Hunter Lab71.60840.3850-20.9452
CIE-Lab76.84694.5700-24.6765

#adbdeb color RGB value is (173,189,235).

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

The process color (four color CMYK) of #adbdeb color hex is 0.26, 0.20, 0.00, 0.08. Web safe color of #adbdeb is #99ccff. Color #adbdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11101011
Octal 255 275 353
Decimal 173 189 235
Hex AD BD EB

RGB Percentages of Color #adbdeb

%28.98
%31.66
%39.36

CMYK Percentages of Color #adbdeb

%26
%20
%0
%8

Triadic Colors of #adbdeb

#adbdeb #ebadbd #bdebad

Analogous Colors of #adbdeb

#adbdeb #bcadeb #addceb

Monochromatic Colors of #adbdeb

#adbdeb

Complementary Color

#adbdeb #ebdbad

#adbdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdeb Color CSS Codes

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

#adbdeb Text Font Color

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

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


#adbdeb Background Color

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

This div background color is #adbdeb


#adbdeb Border Color

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

This div border color is #adbdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdeb


Comments

No comments written yet.

Please login to write comment.