Color Hex Logo

#adbedc Color Hex

#ADBEDC
(173,190,220)
0 Favorites   0 Comments

Color spaces of #adbedc

RGB 173190220
HSL0.610.400.77
HSV218°21°86°
CMYK 0.210.140.00   0.14
XYZ48.565350.878574.9710
Yxy50.87850.27840.2917
Hunter Lab71.3292-3.2922-12.3867
CIE-Lab76.60540.5682-16.9425

#adbedc color RGB value is (173,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 11011100
Octal 255 276 334
Decimal 173 190 220
Hex AD BE DC

RGB Percentages of Color #adbedc

%29.67
%32.59
%37.74

CMYK Percentages of Color #adbedc

%21
%14
%0
%14

Triadic Colors of #adbedc

#adbedc #dcadbe #bedcad

Analogous Colors of #adbedc

#adbedc #b4addc #add6dc

Monochromatic Colors of #adbedc

#adbedc

Complementary Color

#adbedc #dccbad

#adbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbedc Color CSS Codes

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

#adbedc Text Font Color

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

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


#adbedc Background Color

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

This div background color is #adbedc


#adbedc Border Color

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

This div border color is #adbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbedc


Comments

No comments written yet.

Please login to write comment.