Color Hex Logo

#adebdd Color Hex

#ADEBDD
(173,235,221)
0 Favorites   0 Comments

Color spaces of #adebdd

RGB 173235221
HSL0.460.610.80
HSV166°26°92°
CMYK 0.260.000.06   0.08
XYZ59.993173.521479.4357
Yxy73.52140.28170.3453
Hunter Lab85.7446-25.16175.0937
CIE-Lab88.6958-22.37340.4647

#adebdd color RGB value is (173,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11011101
Octal 255 353 335
Decimal 173 235 221
Hex AD EB DD

RGB Percentages of Color #adebdd

%27.50
%37.36
%35.14

CMYK Percentages of Color #adebdd

%26
%0
%6
%8

Triadic Colors of #adebdd

#adebdd #ddadeb #ebddad

Analogous Colors of #adebdd

#adebdd #addaeb #adebbe

Monochromatic Colors of #adebdd

#adebdd

Complementary Color

#adebdd #ebadbb

#adebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebdd Color CSS Codes

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

#adebdd Text Font Color

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

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


#adebdd Background Color

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

This div background color is #adebdd


#adebdd Border Color

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

This div border color is #adebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebdd


Comments

No comments written yet.

Please login to write comment.