Color Hex Logo

#adbded Color Hex

#ADBDED
(173,189,237)
0 Favorites   0 Comments

Color spaces of #adbded

RGB 173189237
HSL0.630.640.80
HSV225°27°93°
CMYK 0.270.200.00   0.07
XYZ50.717251.393987.3677
Yxy51.39390.26770.2712
Hunter Lab71.68950.8242-22.0738
CIE-Lab76.91705.0437-25.6473

#adbded color RGB value is (173,189,237).

#adbded hex color red value is 173, green value is 189 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #adbded hue: 0.63 , saturation: 0.64 and the lightness value of adbded is 0.80.

The process color (four color CMYK) of #adbded color hex is 0.27, 0.20, 0.00, 0.07. Web safe color of #adbded is #99ccff. Color #adbded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11101101
Octal 255 275 355
Decimal 173 189 237
Hex AD BD ED

RGB Percentages of Color #adbded

%28.88
%31.55
%39.57

CMYK Percentages of Color #adbded

%27
%20
%0
%7

Triadic Colors of #adbded

#adbded #edadbd #bdedad

Analogous Colors of #adbded

#adbded #bdaded #addded

Monochromatic Colors of #adbded

#adbded

Complementary Color

#adbded #edddad

#adbded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbded Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbded Color CSS Codes

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

#adbded Text Font Color

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

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


#adbded Background Color

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

This div background color is #adbded


#adbded Border Color

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

This div border color is #adbded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbded


Comments

No comments written yet.

Please login to write comment.