Color Hex Logo

#aedba4 Color Hex

#AEDBA4
(174,219,164)
0 Favorites   0 Comments

Color spaces of #aedba4

RGB 174219164
HSL0.300.430.75
HSV109°25°86°
CMYK 0.210.000.25   0.14
XYZ49.487962.342044.5469
Yxy62.34200.31650.3987
Hunter Lab78.9570-26.296121.8189
CIE-Lab83.0950-24.888922.3798

#aedba4 color RGB value is (174,219,164).

#aedba4 hex color red value is 174, green value is 219 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #aedba4 hue: 0.30 , saturation: 0.43 and the lightness value of aedba4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10100100
Octal 256 333 244
Decimal 174 219 164
Hex AE DB A4

RGB Percentages of Color #aedba4

%31.24
%39.32
%29.44

CMYK Percentages of Color #aedba4

%21
%0
%25
%14

Triadic Colors of #aedba4

#aedba4 #a4aedb #dba4ae

Analogous Colors of #aedba4

#aedba4 #a4dbb6 #cadba4

Monochromatic Colors of #aedba4

#aedba4

Complementary Color

#aedba4 #d1a4db

#aedba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedba4 Color CSS Codes

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

#aedba4 Text Font Color

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

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


#aedba4 Background Color

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

This div background color is #aedba4


#aedba4 Border Color

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

This div border color is #aedba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedba4


Comments

No comments written yet.

Please login to write comment.