Color Hex Logo

#adbcde Color Hex

#ADBCDE
(173,188,222)
0 Favorites   0 Comments

Color spaces of #adbcde

RGB 173188222
HSL0.620.430.77
HSV222°22°87°
CMYK 0.220.150.00   0.13
XYZ48.401650.124676.2312
Yxy50.12460.27700.2868
Hunter Lab70.7987-1.8661-14.2803
CIE-Lab76.14572.0999-18.7191

#adbcde color RGB value is (173,188,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11011110
Octal 255 274 336
Decimal 173 188 222
Hex AD BC DE

RGB Percentages of Color #adbcde

%29.67
%32.25
%38.08

CMYK Percentages of Color #adbcde

%22
%15
%0
%13

Triadic Colors of #adbcde

#adbcde #deadbc #bcdead

Analogous Colors of #adbcde

#adbcde #b7adde #add5de

Monochromatic Colors of #adbcde

#adbcde

Complementary Color

#adbcde #decfad

#adbcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcde Color CSS Codes

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

#adbcde Text Font Color

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

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


#adbcde Background Color

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

This div background color is #adbcde


#adbcde Border Color

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

This div border color is #adbcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcde


Comments

No comments written yet.

Please login to write comment.