Color Hex Logo

#aecdd5 Color Hex

#AECDD5
(174,205,213)
0 Favorites   0 Comments

Color spaces of #aecdd5

RGB 174205213
HSL0.530.320.76
HSV192°18°84°
CMYK 0.180.040.00   0.16
XYZ51.297157.465471.3391
Yxy57.46540.28480.3191
Hunter Lab75.8059-11.8713-2.7322
CIE-Lab80.4407-8.6046-7.4308

#aecdd5 color RGB value is (174,205,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11010101
Octal 256 315 325
Decimal 174 205 213
Hex AE CD D5

RGB Percentages of Color #aecdd5

%29.39
%34.63
%35.98

CMYK Percentages of Color #aecdd5

%18
%4
%0
%16

Triadic Colors of #aecdd5

#aecdd5 #d5aecd #cdd5ae

Analogous Colors of #aecdd5

#aecdd5 #aebad5 #aed5ca

Monochromatic Colors of #aecdd5

#aecdd5

Complementary Color

#aecdd5 #d5b6ae

#aecdd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdd5 Color CSS Codes

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

#aecdd5 Text Font Color

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

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


#aecdd5 Background Color

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

This div background color is #aecdd5


#aecdd5 Border Color

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

This div border color is #aecdd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdd5


Comments

No comments written yet.

Please login to write comment.