Color Hex Logo

#ade4bd Color Hex

#ADE4BD
(173,228,189)
0 Favorites   0 Comments

Color spaces of #ade4bd

RGB 173228189
HSL0.380.500.79
HSV137°24°89°
CMYK 0.240.000.17   0.11
XYZ54.162368.045258.4235
Yxy68.04520.29990.3767
Hunter Lab82.4895-27.154215.7503
CIE-Lab86.0290-25.250113.3925

#ade4bd color RGB value is (173,228,189).

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

The process color (four color CMYK) of #ade4bd color hex is 0.24, 0.00, 0.17, 0.11. Web safe color of #ade4bd is #99cccc. Color #ade4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100100 10111101
Octal 255 344 275
Decimal 173 228 189
Hex AD E4 BD

RGB Percentages of Color #ade4bd

%29.32
%38.64
%32.03

CMYK Percentages of Color #ade4bd

%24
%0
%17
%11

Triadic Colors of #ade4bd

#ade4bd #bdade4 #e4bdad

Analogous Colors of #ade4bd

#ade4bd #ade4d9 #b9e4ad

Monochromatic Colors of #ade4bd

#ade4bd

Complementary Color

#ade4bd #e4add4

#ade4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade4bd Color CSS Codes

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

#ade4bd Text Font Color

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

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


#ade4bd Background Color

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

This div background color is #ade4bd


#ade4bd Border Color

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

This div border color is #ade4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade4bd


Comments

No comments written yet.

Please login to write comment.