Color Hex Logo

#aedbc5 Color Hex

#AEDBC5
(174,219,197)
0 Favorites   0 Comments

Color spaces of #aedbc5

RGB 174219197
HSL0.420.380.77
HSV151°21°86°
CMYK 0.210.000.10   0.14
XYZ52.865163.692962.3310
Yxy63.69290.29550.3560
Hunter Lab79.8078-21.42449.5592
CIE-Lab83.8056-19.00256.0137

#aedbc5 color RGB value is (174,219,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 11000101
Octal 256 333 305
Decimal 174 219 197
Hex AE DB C5

RGB Percentages of Color #aedbc5

%29.49
%37.12
%33.39

CMYK Percentages of Color #aedbc5

%21
%0
%10
%14

Triadic Colors of #aedbc5

#aedbc5 #c5aedb #dbc5ae

Analogous Colors of #aedbc5

#aedbc5 #aedbdb #aedbaf

Monochromatic Colors of #aedbc5

#aedbc5

Complementary Color

#aedbc5 #dbaec4

#aedbc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedbc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedbc5 Color CSS Codes

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

#aedbc5 Text Font Color

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

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


#aedbc5 Background Color

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

This div background color is #aedbc5


#aedbc5 Border Color

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

This div border color is #aedbc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedbc5


Comments

No comments written yet.

Please login to write comment.