Color Hex Logo

#ade6cf Color Hex

#ADE6CF
(173,230,207)
0 Favorites   0 Comments

Color spaces of #ade6cf

RGB 173230207
HSL0.430.530.79
HSV156°25°90°
CMYK 0.250.000.10   0.10
XYZ56.792969.982969.5462
Yxy69.98290.28930.3565
Hunter Lab83.6558-25.21619.2690
CIE-Lab86.9885-22.78035.3262

#ade6cf color RGB value is (173,230,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100110 11001111
Octal 255 346 317
Decimal 173 230 207
Hex AD E6 CF

RGB Percentages of Color #ade6cf

%28.36
%37.70
%33.93

CMYK Percentages of Color #ade6cf

%25
%0
%10
%10

Triadic Colors of #ade6cf

#ade6cf #cfade6 #e6cfad

Analogous Colors of #ade6cf

#ade6cf #ade1e6 #ade6b3

Monochromatic Colors of #ade6cf

#ade6cf

Complementary Color

#ade6cf #e6adc4

#ade6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade6cf Color CSS Codes

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

#ade6cf Text Font Color

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

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


#ade6cf Background Color

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

This div background color is #ade6cf


#ade6cf Border Color

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

This div border color is #ade6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade6cf


Comments

No comments written yet.

Please login to write comment.