Color Hex Logo

#adbbdf Color Hex

#ADBBDF
(173,187,223)
0 Favorites   0 Comments

Color spaces of #adbbdf

RGB 173187223
HSL0.620.440.78
HSV223°22°87°
CMYK 0.220.160.00   0.13
XYZ48.323249.752676.8683
Yxy49.75260.27620.2844
Hunter Lab70.5355-1.1486-15.2383
CIE-Lab75.91722.8692-19.6065

#adbbdf color RGB value is (173,187,223).

#adbbdf hex color red value is 173, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #adbbdf hue: 0.62 , saturation: 0.44 and the lightness value of adbbdf is 0.78.

The process color (four color CMYK) of #adbbdf color hex is 0.22, 0.16, 0.00, 0.13. Web safe color of #adbbdf is #99cccc. Color #adbbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11011111
Octal 255 273 337
Decimal 173 187 223
Hex AD BB DF

RGB Percentages of Color #adbbdf

%29.67
%32.08
%38.25

CMYK Percentages of Color #adbbdf

%22
%16
%0
%13

Triadic Colors of #adbbdf

#adbbdf #dfadbb #bbdfad

Analogous Colors of #adbbdf

#adbbdf #b8addf #add4df

Monochromatic Colors of #adbbdf

#adbbdf

Complementary Color

#adbbdf #dfd1ad

#adbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbdf Color CSS Codes

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

#adbbdf Text Font Color

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

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


#adbbdf Background Color

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

This div background color is #adbbdf


#adbbdf Border Color

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

This div border color is #adbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbdf


Comments

No comments written yet.

Please login to write comment.