Color Hex Logo

#adebd2 Color Hex

#ADEBD2
(173,235,210)
0 Favorites   0 Comments

Color spaces of #adebd2

RGB 173235210
HSL0.430.610.80
HSV156°26°92°
CMYK 0.260.000.11   0.08
XYZ58.574872.954071.9671
Yxy72.95400.28780.3585
Hunter Lab85.4131-27.06089.8328
CIE-Lab88.4258-24.61645.8285

#adebd2 color RGB value is (173,235,210).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 11010010
Octal 255 353 322
Decimal 173 235 210
Hex AD EB D2

RGB Percentages of Color #adebd2

%27.99
%38.03
%33.98

CMYK Percentages of Color #adebd2

%26
%0
%11
%8

Triadic Colors of #adebd2

#adebd2 #d2adeb #ebd2ad

Analogous Colors of #adebd2

#adebd2 #ade5eb #adebb3

Monochromatic Colors of #adebd2

#adebd2

Complementary Color

#adebd2 #ebadc6

#adebd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebd2 Color CSS Codes

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

#adebd2 Text Font Color

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

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


#adebd2 Background Color

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

This div background color is #adebd2


#adebd2 Border Color

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

This div border color is #adebd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebd2


Comments

No comments written yet.

Please login to write comment.