Color Hex Logo

#aec6cd Color Hex

#AEC6CD
(174,198,205)
0 Favorites   0 Comments

Color spaces of #aec6cd

RGB 174198205
HSL0.540.240.74
HSV194°15°80°
CMYK 0.150.030.00   0.20
XYZ48.669153.794665.5759
Yxy53.79460.28960.3201
Hunter Lab73.3448-9.9069-1.6685
CIE-Lab78.3418-6.6319-6.2398

#aec6cd color RGB value is (174,198,205).

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

The process color (four color CMYK) of #aec6cd color hex is 0.15, 0.03, 0.00, 0.20. Web safe color of #aec6cd is #99cccc. Color #aec6cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 11001101
Octal 256 306 315
Decimal 174 198 205
Hex AE C6 CD

RGB Percentages of Color #aec6cd

%30.16
%34.32
%35.53

CMYK Percentages of Color #aec6cd

%15
%3
%0
%20

Triadic Colors of #aec6cd

#aec6cd #cdaec6 #c6cdae

Analogous Colors of #aec6cd

#aec6cd #aeb7cd #aecdc5

Monochromatic Colors of #aec6cd

#aec6cd

Complementary Color

#aec6cd #cdb5ae

#aec6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec6cd Color CSS Codes

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

#aec6cd Text Font Color

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

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


#aec6cd Background Color

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

This div background color is #aec6cd


#aec6cd Border Color

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

This div border color is #aec6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec6cd


Comments

No comments written yet.

Please login to write comment.