Color Hex Logo

#aecad5 Color Hex

#AECAD5
(174,202,213)
0 Favorites   0 Comments

Color spaces of #aecad5

RGB 174202213
HSL0.550.320.76
HSV197°18°84°
CMYK 0.180.050.00   0.16
XYZ50.586356.043871.1021
Yxy56.04380.28460.3153
Hunter Lab74.8624-10.3925-3.9082
CIE-Lab79.6387-7.0371-8.6208

#aecad5 color RGB value is (174,202,213).

#aecad5 hex color red value is 174, green value is 202 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #aecad5 hue: 0.55 , saturation: 0.32 and the lightness value of aecad5 is 0.76.

The process color (four color CMYK) of #aecad5 color hex is 0.18, 0.05, 0.00, 0.16. Web safe color of #aecad5 is #99cccc. Color #aecad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11010101
Octal 256 312 325
Decimal 174 202 213
Hex AE CA D5

RGB Percentages of Color #aecad5

%29.54
%34.30
%36.16

CMYK Percentages of Color #aecad5

%18
%5
%0
%16

Triadic Colors of #aecad5

#aecad5 #d5aeca #cad5ae

Analogous Colors of #aecad5

#aecad5 #aeb7d5 #aed5cd

Monochromatic Colors of #aecad5

#aecad5

Complementary Color

#aecad5 #d5b9ae

#aecad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecad5 Color CSS Codes

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

#aecad5 Text Font Color

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

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


#aecad5 Background Color

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

This div background color is #aecad5


#aecad5 Border Color

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

This div border color is #aecad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecad5


Comments

No comments written yet.

Please login to write comment.