Color Hex Logo

#ade7cd Color Hex

#ADE7CD
(173,231,205)
0 Favorites   0 Comments

Color spaces of #ade7cd

RGB 173231205
HSL0.430.550.79
HSV153°25°91°
CMYK 0.250.000.11   0.09
XYZ56.828970.443868.3594
Yxy70.44380.29050.3601
Hunter Lab83.9308-26.017910.4614
CIE-Lab87.2141-23.66386.7005

#ade7cd color RGB value is (173,231,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100111 11001101
Octal 255 347 315
Decimal 173 231 205
Hex AD E7 CD

RGB Percentages of Color #ade7cd

%28.41
%37.93
%33.66

CMYK Percentages of Color #ade7cd

%25
%0
%11
%9

Triadic Colors of #ade7cd

#ade7cd #cdade7 #e7cdad

Analogous Colors of #ade7cd

#ade7cd #ade4e7 #ade7b0

Monochromatic Colors of #ade7cd

#ade7cd

Complementary Color

#ade7cd #e7adc7

#ade7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade7cd Color CSS Codes

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

#ade7cd Text Font Color

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

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


#ade7cd Background Color

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

This div background color is #ade7cd


#ade7cd Border Color

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

This div border color is #ade7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade7cd


Comments

No comments written yet.

Please login to write comment.