Color Hex Logo

#aecdd6 Color Hex

#AECDD6
(174,205,214)
0 Favorites   0 Comments

Color spaces of #aecdd6

RGB 174205214
HSL0.540.330.76
HSV194°19°84°
CMYK 0.190.040.00   0.16
XYZ51.424557.516472.0097
Yxy57.51640.28420.3179
Hunter Lab75.8396-11.6838-3.2082
CIE-Lab80.4692-8.3908-7.9242

#aecdd6 color RGB value is (174,205,214).

#aecdd6 hex color red value is 174, green value is 205 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #aecdd6 hue: 0.54 , saturation: 0.33 and the lightness value of aecdd6 is 0.76.

The process color (four color CMYK) of #aecdd6 color hex is 0.19, 0.04, 0.00, 0.16. Web safe color of #aecdd6 is #99cccc. Color #aecdd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11010110
Octal 256 315 326
Decimal 174 205 214
Hex AE CD D6

RGB Percentages of Color #aecdd6

%29.34
%34.57
%36.09

CMYK Percentages of Color #aecdd6

%19
%4
%0
%16

Triadic Colors of #aecdd6

#aecdd6 #d6aecd #cdd6ae

Analogous Colors of #aecdd6

#aecdd6 #aeb9d6 #aed6cb

Monochromatic Colors of #aecdd6

#aecdd6

Complementary Color

#aecdd6 #d6b7ae

#aecdd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdd6 Color CSS Codes

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

#aecdd6 Text Font Color

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

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


#aecdd6 Background Color

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

This div background color is #aecdd6


#aecdd6 Border Color

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

This div border color is #aecdd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdd6


Comments

No comments written yet.

Please login to write comment.