Color Hex Logo

#addeae Color Hex

#ADDEAE
(173,222,174)
3 Favorites   0 Comments

Color spaces of #addeae

RGB 173222174
HSL0.340.430.77
HSV121°22°87°
CMYK 0.220.000.22   0.13
XYZ50.994864.182849.7452
Yxy64.18280.30920.3892
Hunter Lab80.1142-26.579819.2650
CIE-Lab84.0609-25.010218.4810

#addeae color RGB value is (173,222,174).

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

The process color (four color CMYK) of #addeae color hex is 0.22, 0.00, 0.22, 0.13. Web safe color of #addeae is #99cc99. Color #addeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011110 10101110
Octal 255 336 256
Decimal 173 222 174
Hex AD DE AE

RGB Percentages of Color #addeae

%30.40
%39.02
%30.58

CMYK Percentages of Color #addeae

%22
%0
%22
%13

Triadic Colors of #addeae

#addeae #aeadde #deaead

Analogous Colors of #addeae

#addeae #addec7 #c5dead

Monochromatic Colors of #addeae

#addeae

Complementary Color

#addeae #deaddd

#addeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#addeae Color CSS Codes

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

#addeae Text Font Color

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

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


#addeae Background Color

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

This div background color is #addeae


#addeae Border Color

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

This div border color is #addeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addeae


Comments

No comments written yet.

Please login to write comment.