Color Hex Logo

#adeaae Color Hex

#ADEAAE
(173,234,174)
0 Favorites   0 Comments

Color spaces of #adeaae

RGB 173234174
HSL0.340.590.80
HSV121°26°92°
CMYK 0.260.000.26   0.08
XYZ54.296470.785950.8457
Yxy70.78590.30860.4024
Hunter Lab84.1344-32.039523.0628
CIE-Lab87.3809-30.735223.0776

#adeaae color RGB value is (173,234,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 10101110
Octal 255 352 256
Decimal 173 234 174
Hex AD EA AE

RGB Percentages of Color #adeaae

%29.78
%40.28
%29.95

CMYK Percentages of Color #adeaae

%26
%0
%26
%8

Triadic Colors of #adeaae

#adeaae #aeadea #eaaead

Analogous Colors of #adeaae

#adeaae #adeacd #cbeaad

Monochromatic Colors of #adeaae

#adeaae

Complementary Color

#adeaae #eaade9

#adeaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeaae Color CSS Codes

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

#adeaae Text Font Color

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

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


#adeaae Background Color

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

This div background color is #adeaae


#adeaae Border Color

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

This div border color is #adeaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeaae


Comments

No comments written yet.

Please login to write comment.