Color Hex Logo

#aecdaf Color Hex

#AECDAF
(174,205,175)
0 Favorites   0 Comments

Color spaces of #aecdaf

RGB 174205175
HSL0.340.240.74
HSV122°15°80°
CMYK 0.150.000.15   0.20
XYZ47.024755.756548.8410
Yxy55.75650.31010.3677
Hunter Lab74.6703-18.260013.4883
CIE-Lab79.4750-16.073411.5134

#aecdaf color RGB value is (174,205,175).

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

The process color (four color CMYK) of #aecdaf color hex is 0.15, 0.00, 0.15, 0.20. Web safe color of #aecdaf is #99cc99. Color #aecdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 10101111
Octal 256 315 257
Decimal 174 205 175
Hex AE CD AF

RGB Percentages of Color #aecdaf

%31.41
%37.00
%31.59

CMYK Percentages of Color #aecdaf

%15
%0
%15
%20

Triadic Colors of #aecdaf

#aecdaf #afaecd #cdafae

Analogous Colors of #aecdaf

#aecdaf #aecdbf #bdcdae

Monochromatic Colors of #aecdaf

#aecdaf

Complementary Color

#aecdaf #cdaecc

#aecdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdaf Color CSS Codes

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

#aecdaf Text Font Color

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

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


#aecdaf Background Color

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

This div background color is #aecdaf


#aecdaf Border Color

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

This div border color is #aecdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdaf


Comments

No comments written yet.

Please login to write comment.