Color Hex Logo

#aecac4 Color Hex

#AECAC4
(174,202,196)
0 Favorites   0 Comments

Color spaces of #aecac4

RGB 174202196
HSL0.460.210.74
HSV167°14°79°
CMYK 0.140.000.03   0.21
XYZ48.539955.225360.3258
Yxy55.22530.29580.3366
Hunter Lab74.3137-13.45723.8896
CIE-Lab79.1709-10.5597-0.1770

#aecac4 color RGB value is (174,202,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11000100
Octal 256 312 304
Decimal 174 202 196
Hex AE CA C4

RGB Percentages of Color #aecac4

%30.42
%35.31
%34.27

CMYK Percentages of Color #aecac4

%14
%0
%3
%21

Triadic Colors of #aecac4

#aecac4 #c4aeca #cac4ae

Analogous Colors of #aecac4

#aecac4 #aec2ca #aecab6

Monochromatic Colors of #aecac4

#aecac4

Complementary Color

#aecac4 #caaeb4

#aecac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecac4 Color CSS Codes

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

#aecac4 Text Font Color

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

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


#aecac4 Background Color

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

This div background color is #aecac4


#aecac4 Border Color

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

This div border color is #aecac4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,202,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 #aecac4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecac4

#aecac4 Color Palettes


Comments

No comments written yet.

Please login to write comment.