Color Hex Logo

#aecdd7 Color Hex

#AECDD7
(174,205,215)
0 Favorites   0 Comments

Color spaces of #aecdd7

RGB 174205215
HSL0.540.340.76
HSV195°19°84°
CMYK 0.190.050.00   0.16
XYZ51.552657.567672.6845
Yxy57.56760.28360.3166
Hunter Lab75.8733-11.4954-3.6868
CIE-Lab80.4978-8.1761-8.4174

#aecdd7 color RGB value is (174,205,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11010111
Octal 256 315 327
Decimal 174 205 215
Hex AE CD D7

RGB Percentages of Color #aecdd7

%29.29
%34.51
%36.20

CMYK Percentages of Color #aecdd7

%19
%5
%0
%16

Triadic Colors of #aecdd7

#aecdd7 #d7aecd #cdd7ae

Analogous Colors of #aecdd7

#aecdd7 #aeb9d7 #aed7cd

Monochromatic Colors of #aecdd7

#aecdd7

Complementary Color

#aecdd7 #d7b8ae

#aecdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdd7 Color CSS Codes

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

#aecdd7 Text Font Color

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

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


#aecdd7 Background Color

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

This div background color is #aecdd7


#aecdd7 Border Color

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

This div border color is #aecdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdd7


Comments

No comments written yet.

Please login to write comment.