Color Hex Logo

#aeebad Color Hex

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

Color spaces of #aeebad

RGB 174235173
HSL0.330.610.80
HSV119°26°92°
CMYK 0.260.000.26   0.08
XYZ54.706771.432550.4397
Yxy71.43250.30980.4045
Hunter Lab84.5177-32.366523.7785
CIE-Lab87.6947-31.045524.0327

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

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

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

Base Numbers

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

RGB Percentages of Color #aeebad

%29.90
%40.38
%29.73

CMYK Percentages of Color #aeebad

%26
%0
%26
%8

Triadic Colors of #aeebad

#aeebad #adaeeb #ebadae

Analogous Colors of #aeebad

#aeebad #adebcb #cdebad

Monochromatic Colors of #aeebad

#aeebad

Complementary Color

#aeebad #eaadeb

#aeebad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebad Color CSS Codes

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

#aeebad Text Font Color

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

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


#aeebad Background Color

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

This div background color is #aeebad


#aeebad Border Color

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

This div border color is #aeebad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebad


Comments

No comments written yet.

Please login to write comment.