Color Hex Logo

#adbbda Color Hex

#ADBBDA
(173,187,218)
0 Favorites   0 Comments

Color spaces of #adbbda

RGB 173187218
HSL0.610.380.77
HSV221°21°85°
CMYK 0.210.140.00   0.15
XYZ47.658849.486873.3697
Yxy49.48680.27950.2902
Hunter Lab70.3469-2.1763-12.5949
CIE-Lab75.75321.7387-17.1454

#adbbda color RGB value is (173,187,218).

#adbbda hex color red value is 173, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #adbbda hue: 0.61 , saturation: 0.38 and the lightness value of adbbda is 0.77.

The process color (four color CMYK) of #adbbda color hex is 0.21, 0.14, 0.00, 0.15. Web safe color of #adbbda is #99cccc. Color #adbbda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11011010
Octal 255 273 332
Decimal 173 187 218
Hex AD BB DA

RGB Percentages of Color #adbbda

%29.93
%32.35
%37.72

CMYK Percentages of Color #adbbda

%21
%14
%0
%15

Triadic Colors of #adbbda

#adbbda #daadbb #bbdaad

Analogous Colors of #adbbda

#adbbda #b6adda #add2da

Monochromatic Colors of #adbbda

#adbbda

Complementary Color

#adbbda #daccad

#adbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbda Color CSS Codes

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

#adbbda Text Font Color

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

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


#adbbda Background Color

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

This div background color is #adbbda


#adbbda Border Color

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

This div border color is #adbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbda

#adbbda Color Palettes


Comments

No comments written yet.

Please login to write comment.