Color Hex Logo

#ade6b6 Color Hex

#ADE6B6
(173,230,182)
0 Favorites   0 Comments

Color spaces of #ade6b6

RGB 173230182
HSL0.360.530.79
HSV129°25°90°
CMYK 0.250.000.21   0.10
XYZ53.973968.855354.7016
Yxy68.85530.30400.3878
Hunter Lab82.9791-29.107819.0001
CIE-Lab86.4323-27.469717.6150

#ade6b6 color RGB value is (173,230,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100110 10110110
Octal 255 346 266
Decimal 173 230 182
Hex AD E6 B6

RGB Percentages of Color #ade6b6

%29.57
%39.32
%31.11

CMYK Percentages of Color #ade6b6

%25
%0
%21
%10

Triadic Colors of #ade6b6

#ade6b6 #b6ade6 #e6b6ad

Analogous Colors of #ade6b6

#ade6b6 #ade6d3 #c1e6ad

Monochromatic Colors of #ade6b6

#ade6b6

Complementary Color

#ade6b6 #e6addd

#ade6b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade6b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade6b6 Color CSS Codes

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

#ade6b6 Text Font Color

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

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


#ade6b6 Background Color

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

This div background color is #ade6b6


#ade6b6 Border Color

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

This div border color is #ade6b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade6b6


Comments

No comments written yet.

Please login to write comment.