Color Hex Logo

#adbddf Color Hex

#ADBDDF
(173,189,223)
1 Favorites   0 Comments

Color spaces of #adbddf

RGB 173189223
HSL0.610.440.78
HSV221°22°87°
CMYK 0.220.150.00   0.13
XYZ48.750550.607177.0108
Yxy50.60710.27640.2869
Hunter Lab71.1387-2.1687-14.3870
CIE-Lab76.44041.7867-18.8143

#adbddf color RGB value is (173,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11011111
Octal 255 275 337
Decimal 173 189 223
Hex AD BD DF

RGB Percentages of Color #adbddf

%29.57
%32.31
%38.12

CMYK Percentages of Color #adbddf

%22
%15
%0
%13

Triadic Colors of #adbddf

#adbddf #dfadbd #bddfad

Analogous Colors of #adbddf

#adbddf #b6addf #add6df

Monochromatic Colors of #adbddf

#adbddf

Complementary Color

#adbddf #dfcfad

#adbddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbddf Color CSS Codes

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

#adbddf Text Font Color

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

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


#adbddf Background Color

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

This div background color is #adbddf


#adbddf Border Color

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

This div border color is #adbddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,189,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 #adbddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbddf

#adbddf Color Palettes


Comments

No comments written yet.

Please login to write comment.