Color Hex Logo

#aecdc4 Color Hex

#AECDC4
(174,205,196)
0 Favorites   0 Comments

Color spaces of #aecdc4

RGB 174205196
HSL0.450.240.74
HSV163°15°80°
CMYK 0.150.000.04   0.20
XYZ49.250756.646860.5627
Yxy56.64680.29590.3403
Hunter Lab75.2641-14.90674.9760
CIE-Lab79.9805-12.10831.0042

#aecdc4 color RGB value is (174,205,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11000100
Octal 256 315 304
Decimal 174 205 196
Hex AE CD C4

RGB Percentages of Color #aecdc4

%30.26
%35.65
%34.09

CMYK Percentages of Color #aecdc4

%15
%0
%4
%20

Triadic Colors of #aecdc4

#aecdc4 #c4aecd #cdc4ae

Analogous Colors of #aecdc4

#aecdc4 #aec7cd #aecdb5

Monochromatic Colors of #aecdc4

#aecdc4

Complementary Color

#aecdc4 #cdaeb7

#aecdc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdc4 Color CSS Codes

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

#aecdc4 Text Font Color

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

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


#aecdc4 Background Color

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

This div background color is #aecdc4


#aecdc4 Border Color

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

This div border color is #aecdc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdc4

#aecdc4 Color Palettes


Comments

No comments written yet.

Please login to write comment.