Color Hex Logo

#adbede Color Hex

#ADBEDE
(173,190,222)
0 Favorites   0 Comments

Color spaces of #adbede

RGB 173190222
HSL0.610.430.77
HSV219°22°87°
CMYK 0.220.140.00   0.13
XYZ48.831950.985176.3746
Yxy50.98510.27720.2894
Hunter Lab71.4039-2.8836-13.4348
CIE-Lab76.67001.0197-17.9264

#adbede color RGB value is (173,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11011110
Octal 255 276 336
Decimal 173 190 222
Hex AD BE DE

RGB Percentages of Color #adbede

%29.57
%32.48
%37.95

CMYK Percentages of Color #adbede

%22
%14
%0
%13

Triadic Colors of #adbede

#adbede #deadbe #bedead

Analogous Colors of #adbede

#adbede #b5adde #add7de

Monochromatic Colors of #adbede

#adbede

Complementary Color

#adbede #decdad

#adbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbede Color CSS Codes

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

#adbede Text Font Color

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

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


#adbede Background Color

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

This div background color is #adbede


#adbede Border Color

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

This div border color is #adbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbede


Comments

No comments written yet.

Please login to write comment.