Color Hex Logo

#ade5bc Color Hex

#ADE5BC
(173,229,188)
0 Favorites   0 Comments

Color spaces of #ade5bc

RGB 173229188
HSL0.380.520.79
HSV136°24°90°
CMYK 0.240.000.18   0.10
XYZ54.330068.553757.9456
Yxy68.55370.30040.3791
Hunter Lab82.7972-27.766616.4639
CIE-Lab86.2826-25.915514.2740

#ade5bc color RGB value is (173,229,188).

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

The process color (four color CMYK) of #ade5bc color hex is 0.24, 0.00, 0.18, 0.10. Web safe color of #ade5bc is #99cccc. Color #ade5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100101 10111100
Octal 255 345 274
Decimal 173 229 188
Hex AD E5 BC

RGB Percentages of Color #ade5bc

%29.32
%38.81
%31.86

CMYK Percentages of Color #ade5bc

%24
%0
%18
%10

Triadic Colors of #ade5bc

#ade5bc #bcade5 #e5bcad

Analogous Colors of #ade5bc

#ade5bc #ade5d8 #bae5ad

Monochromatic Colors of #ade5bc

#ade5bc

Complementary Color

#ade5bc #e5add6

#ade5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade5bc Color CSS Codes

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

#ade5bc Text Font Color

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

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


#ade5bc Background Color

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

This div background color is #ade5bc


#ade5bc Border Color

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

This div border color is #ade5bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade5bc


Comments

No comments written yet.

Please login to write comment.