Color Hex Logo

#aedfc6 Color Hex

#AEDFC6
(174,223,198)
0 Favorites   0 Comments

Color spaces of #aedfc6

RGB 174223198
HSL0.410.430.78
HSV149°22°87°
CMYK 0.220.000.11   0.13
XYZ54.036365.851263.2886
Yxy65.85120.29500.3595
Hunter Lab81.1488-23.148610.5634
CIE-Lab84.9205-20.79347.0897

#aedfc6 color RGB value is (174,223,198).

#aedfc6 hex color red value is 174, green value is 223 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #aedfc6 hue: 0.41 , saturation: 0.43 and the lightness value of aedfc6 is 0.78.

The process color (four color CMYK) of #aedfc6 color hex is 0.22, 0.00, 0.11, 0.13. Web safe color of #aedfc6 is #99cccc. Color #aedfc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11000110
Octal 256 337 306
Decimal 174 223 198
Hex AE DF C6

RGB Percentages of Color #aedfc6

%29.24
%37.48
%33.28

CMYK Percentages of Color #aedfc6

%22
%0
%11
%13

Triadic Colors of #aedfc6

#aedfc6 #c6aedf #dfc6ae

Analogous Colors of #aedfc6

#aedfc6 #aedfdf #afdfae

Monochromatic Colors of #aedfc6

#aedfc6

Complementary Color

#aedfc6 #dfaec7

#aedfc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfc6 Color CSS Codes

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

#aedfc6 Text Font Color

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

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


#aedfc6 Background Color

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

This div background color is #aedfc6


#aedfc6 Border Color

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

This div border color is #aedfc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfc6


Comments

No comments written yet.

Please login to write comment.