Color Hex Logo

#aecad3 Color Hex

#AECAD3
(174,202,211)
0 Favorites   0 Comments

Color spaces of #aecad3

RGB 174202211
HSL0.540.300.75
HSV195°18°83°
CMYK 0.180.040.00   0.17
XYZ50.334055.942969.7732
Yxy55.94290.28590.3178
Hunter Lab74.7950-10.7679-2.9527
CIE-Lab79.5813-7.4644-7.6320

#aecad3 color RGB value is (174,202,211).

#aecad3 hex color red value is 174, green value is 202 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #aecad3 hue: 0.54 , saturation: 0.30 and the lightness value of aecad3 is 0.75.

The process color (four color CMYK) of #aecad3 color hex is 0.18, 0.04, 0.00, 0.17. Web safe color of #aecad3 is #99cccc. Color #aecad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 11010011
Octal 256 312 323
Decimal 174 202 211
Hex AE CA D3

RGB Percentages of Color #aecad3

%29.64
%34.41
%35.95

CMYK Percentages of Color #aecad3

%18
%4
%0
%17

Triadic Colors of #aecad3

#aecad3 #d3aeca #cad3ae

Analogous Colors of #aecad3

#aecad3 #aeb8d3 #aed3ca

Monochromatic Colors of #aecad3

#aecad3

Complementary Color

#aecad3 #d3b7ae

#aecad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecad3 Color CSS Codes

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

#aecad3 Text Font Color

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

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


#aecad3 Background Color

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

This div background color is #aecad3


#aecad3 Border Color

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

This div border color is #aecad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecad3


Comments

No comments written yet.

Please login to write comment.