Color Hex Logo

#adebae Color Hex

#ADEBAE
(173,235,174)
0 Favorites   0 Comments

Color spaces of #adebae

RGB 173235174
HSL0.340.610.80
HSV121°26°92°
CMYK 0.260.000.26   0.08
XYZ54.581971.356950.9409
Yxy71.35690.30860.4034
Hunter Lab84.4730-32.490723.3767
CIE-Lab87.6581-31.204323.4588

#adebae color RGB value is (173,235,174).

#adebae hex color red value is 173, green value is 235 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #adebae hue: 0.34 , saturation: 0.61 and the lightness value of adebae is 0.80.

The process color (four color CMYK) of #adebae color hex is 0.26, 0.00, 0.26, 0.08. Web safe color of #adebae is #99ff99. Color #adebae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101011 10101110
Octal 255 353 256
Decimal 173 235 174
Hex AD EB AE

RGB Percentages of Color #adebae

%29.73
%40.38
%29.90

CMYK Percentages of Color #adebae

%26
%0
%26
%8

Triadic Colors of #adebae

#adebae #aeadeb #ebaead

Analogous Colors of #adebae

#adebae #adebcd #cbebad

Monochromatic Colors of #adebae

#adebae

Complementary Color

#adebae #ebadea

#adebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adebae Color CSS Codes

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

#adebae Text Font Color

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

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


#adebae Background Color

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

This div background color is #adebae


#adebae Border Color

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

This div border color is #adebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adebae


Comments

No comments written yet.

Please login to write comment.