Color Hex Logo

#adbcdf Color Hex

#ADBCDF
(173,188,223)
6 Favorites   0 Comments

Color spaces of #adbcdf

RGB 173188223
HSL0.620.440.78
HSV222°22°87°
CMYK 0.220.160.00   0.13
XYZ48.536150.178476.9393
Yxy50.17840.27630.2857
Hunter Lab70.8367-1.6591-14.8121
CIE-Lab76.17862.3274-19.2105

#adbcdf color RGB value is (173,188,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11011111
Octal 255 274 337
Decimal 173 188 223
Hex AD BC DF

RGB Percentages of Color #adbcdf

%29.62
%32.19
%38.18

CMYK Percentages of Color #adbcdf

%22
%16
%0
%13

Triadic Colors of #adbcdf

#adbcdf #dfadbc #bcdfad

Analogous Colors of #adbcdf

#adbcdf #b7addf #add5df

Monochromatic Colors of #adbcdf

#adbcdf

Complementary Color

#adbcdf #dfd0ad

#adbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcdf Color CSS Codes

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

#adbcdf Text Font Color

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

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


#adbcdf Background Color

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

This div background color is #adbcdf


#adbcdf Border Color

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

This div border color is #adbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcdf

#adbcdf Color Palettes


Comments

No comments written yet.

Please login to write comment.