Color Hex Logo

#adebdc Color Hex

#ADEBDC
(173,235,220)
0 Favorites   0 Comments

Color spaces of #adebdc

RGB 173235220
HSL0.460.610.80
HSV165°26°92°
CMYK 0.260.000.06   0.08
XYZ59.860273.468278.7360
Yxy73.46820.28230.3464
Hunter Lab85.7136-25.33895.5361
CIE-Lab88.6705-22.58150.9513

#adebdc color RGB value is (173,235,220).

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

The process color (four color CMYK) of #adebdc color hex is 0.26, 0.00, 0.06, 0.08. Web safe color of #adebdc is #99ffcc. Color #adebdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11011100
Octal 255 353 334
Decimal 173 235 220
Hex AD EB DC

RGB Percentages of Color #adebdc

%27.55
%37.42
%35.03

CMYK Percentages of Color #adebdc

%26
%0
%6
%8

Triadic Colors of #adebdc

#adebdc #dcadeb #ebdcad

Analogous Colors of #adebdc

#adebdc #addbeb #adebbd

Monochromatic Colors of #adebdc

#adebdc

Complementary Color

#adebdc #ebadbc

#adebdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebdc Color CSS Codes

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

#adebdc Text Font Color

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

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


#adebdc Background Color

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

This div background color is #adebdc


#adebdc Border Color

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

This div border color is #adebdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebdc


Comments

No comments written yet.

Please login to write comment.