Color Hex Logo

#aedbae Color Hex

#AEDBAE
(174,219,174)
0 Favorites   0 Comments

Color spaces of #aedbae

RGB 174219174
HSL0.330.380.77
HSV120°21°86°
CMYK 0.210.000.21   0.14
XYZ50.427162.717749.4923
Yxy62.71770.31010.3856
Hunter Lab79.1945-24.930518.3831
CIE-Lab83.2936-23.216517.4197

#aedbae color RGB value is (174,219,174).

#aedbae hex color red value is 174, green value is 219 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aedbae hue: 0.33 , saturation: 0.38 and the lightness value of aedbae is 0.77.

The process color (four color CMYK) of #aedbae color hex is 0.21, 0.00, 0.21, 0.14. Web safe color of #aedbae is #99cc99. Color #aedbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10101110
Octal 256 333 256
Decimal 174 219 174
Hex AE DB AE

RGB Percentages of Color #aedbae

%30.69
%38.62
%30.69

CMYK Percentages of Color #aedbae

%21
%0
%21
%14

Triadic Colors of #aedbae

#aedbae #aeaedb #dbaeae

Analogous Colors of #aedbae

#aedbae #aedbc5 #c5dbae

Monochromatic Colors of #aedbae

#aedbae

Complementary Color

#aedbae #dbaedb

#aedbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbae Color CSS Codes

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

#aedbae Text Font Color

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

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


#aedbae Background Color

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

This div background color is #aedbae


#aedbae Border Color

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

This div border color is #aedbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbae


Comments

No comments written yet.

Please login to write comment.