Color Hex Logo

#aedba3 Color Hex

#AEDBA3
(174,219,163)
0 Favorites   0 Comments

Color spaces of #aedba3

RGB 174219163
HSL0.300.440.75
HSV108°26°86°
CMYK 0.210.000.26   0.14
XYZ49.397962.306144.0731
Yxy62.30610.31710.4000
Hunter Lab78.9342-26.427622.1492
CIE-Lab83.0759-25.050822.8753

#aedba3 color RGB value is (174,219,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10100011
Octal 256 333 243
Decimal 174 219 163
Hex AE DB A3

RGB Percentages of Color #aedba3

%31.29
%39.39
%29.32

CMYK Percentages of Color #aedba3

%21
%0
%26
%14

Triadic Colors of #aedba3

#aedba3 #a3aedb #dba3ae

Analogous Colors of #aedba3

#aedba3 #a3dbb4 #cadba3

Monochromatic Colors of #aedba3

#aedba3

Complementary Color

#aedba3 #d0a3db

#aedba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedba3 Color CSS Codes

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

#aedba3 Text Font Color

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

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


#aedba3 Background Color

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

This div background color is #aedba3


#aedba3 Border Color

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

This div border color is #aedba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedba3


Comments

No comments written yet.

Please login to write comment.