Color Hex Logo

#ade6bd Color Hex

#ADE6BD
(173,230,189)
0 Favorites   0 Comments

Color spaces of #ade6bd

RGB 173230189
HSL0.380.530.79
HSV137°25°90°
CMYK 0.250.000.18   0.10
XYZ54.715769.152058.6080
Yxy69.15200.29990.3790
Hunter Lab83.1577-28.077416.4239
CIE-Lab86.5793-26.214714.1703

#ade6bd color RGB value is (173,230,189).

#ade6bd hex color red value is 173, green value is 230 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ade6bd hue: 0.38 , saturation: 0.53 and the lightness value of ade6bd is 0.79.

The process color (four color CMYK) of #ade6bd color hex is 0.25, 0.00, 0.18, 0.10. Web safe color of #ade6bd is #99ffcc. Color #ade6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100110 10111101
Octal 255 346 275
Decimal 173 230 189
Hex AD E6 BD

RGB Percentages of Color #ade6bd

%29.22
%38.85
%31.93

CMYK Percentages of Color #ade6bd

%25
%0
%18
%10

Triadic Colors of #ade6bd

#ade6bd #bdade6 #e6bdad

Analogous Colors of #ade6bd

#ade6bd #ade6da #bae6ad

Monochromatic Colors of #ade6bd

#ade6bd

Complementary Color

#ade6bd #e6add6

#ade6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade6bd Color CSS Codes

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

#ade6bd Text Font Color

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

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


#ade6bd Background Color

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

This div background color is #ade6bd


#ade6bd Border Color

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

This div border color is #ade6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade6bd


Comments

No comments written yet.

Please login to write comment.