Color Hex Logo

#ade6cd Color Hex

#ADE6CD
(173,230,205)
0 Favorites   0 Comments

Color spaces of #ade6cd

RGB 173230205
HSL0.430.530.79
HSV154°25°90°
CMYK 0.250.000.11   0.10
XYZ56.549869.885668.2664
Yxy69.88560.29040.3589
Hunter Lab83.5976-25.549110.1017
CIE-Lab86.9407-23.17626.3069

#ade6cd color RGB value is (173,230,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100110 11001101
Octal 255 346 315
Decimal 173 230 205
Hex AD E6 CD

RGB Percentages of Color #ade6cd

%28.45
%37.83
%33.72

CMYK Percentages of Color #ade6cd

%25
%0
%11
%10

Triadic Colors of #ade6cd

#ade6cd #cdade6 #e6cdad

Analogous Colors of #ade6cd

#ade6cd #ade3e6 #ade6b1

Monochromatic Colors of #ade6cd

#ade6cd

Complementary Color

#ade6cd #e6adc6

#ade6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade6cd Color CSS Codes

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

#ade6cd Text Font Color

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

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


#ade6cd Background Color

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

This div background color is #ade6cd


#ade6cd Border Color

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

This div border color is #ade6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade6cd


Comments

No comments written yet.

Please login to write comment.