Color Hex Logo

#ade9ba Color Hex

#ADE9BA
(173,233,186)
0 Favorites   0 Comments

Color spaces of #ade9ba

RGB 173233186
HSL0.370.580.80
HSV133°26°91°
CMYK 0.260.000.20   0.09
XYZ55.235470.707257.1910
Yxy70.70720.30160.3861
Hunter Lab84.0876-29.900318.5360
CIE-Lab87.3426-28.192016.8082

#ade9ba color RGB value is (173,233,186).

#ade9ba hex color red value is 173, green value is 233 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ade9ba hue: 0.37 , saturation: 0.58 and the lightness value of ade9ba is 0.80.

The process color (four color CMYK) of #ade9ba color hex is 0.26, 0.00, 0.20, 0.09. Web safe color of #ade9ba is #99ffcc. Color #ade9ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 10111010
Octal 255 351 272
Decimal 173 233 186
Hex AD E9 BA

RGB Percentages of Color #ade9ba

%29.22
%39.36
%31.42

CMYK Percentages of Color #ade9ba

%26
%0
%20
%9

Triadic Colors of #ade9ba

#ade9ba #baade9 #e9baad

Analogous Colors of #ade9ba

#ade9ba #ade9d8 #bee9ad

Monochromatic Colors of #ade9ba

#ade9ba

Complementary Color

#ade9ba #e9addc

#ade9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade9ba Color CSS Codes

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

#ade9ba Text Font Color

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

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


#ade9ba Background Color

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

This div background color is #ade9ba


#ade9ba Border Color

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

This div border color is #ade9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade9ba


Comments

No comments written yet.

Please login to write comment.