Color Hex Logo

#ade1be Color Hex

#ADE1BE
(173,225,190)
0 Favorites   0 Comments

Color spaces of #ade1be

RGB 173225190
HSL0.390.460.78
HSV140°23°88°
CMYK 0.230.000.16   0.12
XYZ53.453166.452458.7245
Yxy66.45240.29920.3720
Hunter Lab81.5183-25.611314.3513
CIE-Lab85.2267-23.608811.7305

#ade1be color RGB value is (173,225,190).

#ade1be hex color red value is 173, green value is 225 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ade1be hue: 0.39 , saturation: 0.46 and the lightness value of ade1be is 0.78.

The process color (four color CMYK) of #ade1be color hex is 0.23, 0.00, 0.16, 0.12. Web safe color of #ade1be is #99cccc. Color #ade1be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100001 10111110
Octal 255 341 276
Decimal 173 225 190
Hex AD E1 BE

RGB Percentages of Color #ade1be

%29.42
%38.27
%32.31

CMYK Percentages of Color #ade1be

%23
%0
%16
%12

Triadic Colors of #ade1be

#ade1be #beade1 #e1bead

Analogous Colors of #ade1be

#ade1be #ade1d8 #b6e1ad

Monochromatic Colors of #ade1be

#ade1be

Complementary Color

#ade1be #e1add0

#ade1be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade1be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade1be Color CSS Codes

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

#ade1be Text Font Color

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

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


#ade1be Background Color

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

This div background color is #ade1be


#ade1be Border Color

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

This div border color is #ade1be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade1be


Comments

No comments written yet.

Please login to write comment.