Color Hex Logo

#aecdb6 Color Hex

#AECDB6
(174,205,182)
0 Favorites   0 Comments

Color spaces of #aecdb6

RGB 174205182
HSL0.380.240.74
HSV135°15°80°
CMYK 0.150.000.11   0.20
XYZ47.730456.038752.5569
Yxy56.03870.30530.3585
Hunter Lab74.8590-17.190910.7751
CIE-Lab79.6358-14.79818.0025

#aecdb6 color RGB value is (174,205,182).

#aecdb6 hex color red value is 174, green value is 205 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #aecdb6 hue: 0.38 , saturation: 0.24 and the lightness value of aecdb6 is 0.74.

The process color (four color CMYK) of #aecdb6 color hex is 0.15, 0.00, 0.11, 0.20. Web safe color of #aecdb6 is #99cccc. Color #aecdb6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10110110
Octal 256 315 266
Decimal 174 205 182
Hex AE CD B6

RGB Percentages of Color #aecdb6

%31.02
%36.54
%32.44

CMYK Percentages of Color #aecdb6

%15
%0
%11
%20

Triadic Colors of #aecdb6

#aecdb6 #b6aecd #cdb6ae

Analogous Colors of #aecdb6

#aecdb6 #aecdc6 #b6cdae

Monochromatic Colors of #aecdb6

#aecdb6

Complementary Color

#aecdb6 #cdaec5

#aecdb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdb6 Color CSS Codes

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

#aecdb6 Text Font Color

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

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


#aecdb6 Background Color

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

This div background color is #aecdb6


#aecdb6 Border Color

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

This div border color is #aecdb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdb6


Comments

No comments written yet.

Please login to write comment.