Color Hex Logo

#ade7cf Color Hex

#ADE7CF
(173,231,207)
0 Favorites   0 Comments

Color spaces of #ade7cf

RGB 173231207
HSL0.430.550.79
HSV155°25°91°
CMYK 0.250.000.10   0.09
XYZ57.072070.541169.6393
Yxy70.54110.28930.3576
Hunter Lab83.9887-25.68619.6318
CIE-Lab87.2616-23.26875.7202

#ade7cf color RGB value is (173,231,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100111 11001111
Octal 255 347 317
Decimal 173 231 207
Hex AD E7 CF

RGB Percentages of Color #ade7cf

%28.31
%37.81
%33.88

CMYK Percentages of Color #ade7cf

%25
%0
%10
%9

Triadic Colors of #ade7cf

#ade7cf #cfade7 #e7cfad

Analogous Colors of #ade7cf

#ade7cf #ade2e7 #ade7b2

Monochromatic Colors of #ade7cf

#ade7cf

Complementary Color

#ade7cf #e7adc5

#ade7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade7cf Color CSS Codes

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

#ade7cf Text Font Color

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

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


#ade7cf Background Color

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

This div background color is #ade7cf


#ade7cf Border Color

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

This div border color is #ade7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade7cf


Comments

No comments written yet.

Please login to write comment.