Color Hex Logo

#adbddc Color Hex

#ADBDDC
(173,189,220)
0 Favorites   0 Comments

Color spaces of #adbddc

RGB 173189220
HSL0.610.400.77
HSV220°21°86°
CMYK 0.210.140.00   0.14
XYZ48.349450.446774.8991
Yxy50.44670.27840.2904
Hunter Lab71.0258-2.7850-12.8052
CIE-Lab76.34261.1074-17.3390

#adbddc color RGB value is (173,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11011100
Octal 255 275 334
Decimal 173 189 220
Hex AD BD DC

RGB Percentages of Color #adbddc

%29.73
%32.47
%37.80

CMYK Percentages of Color #adbddc

%21
%14
%0
%14

Triadic Colors of #adbddc

#adbddc #dcadbd #bddcad

Analogous Colors of #adbddc

#adbddc #b5addc #add5dc

Monochromatic Colors of #adbddc

#adbddc

Complementary Color

#adbddc #dcccad

#adbddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbddc Color CSS Codes

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

#adbddc Text Font Color

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

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


#adbddc Background Color

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

This div background color is #adbddc


#adbddc Border Color

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

This div border color is #adbddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbddc


Comments

No comments written yet.

Please login to write comment.