Color Hex Logo

#aedfdc Color Hex

#AEDFDC
(174,223,220)
0 Favorites   0 Comments

Color spaces of #aedfdc

RGB 174223220
HSL0.490.430.78
HSV176°22°87°
CMYK 0.220.000.01   0.13
XYZ56.761566.941377.6395
Yxy66.94130.28190.3325
Hunter Lab81.8177-19.34551.0101
CIE-Lab85.4743-16.3313-3.7222

#aedfdc color RGB value is (174,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11011100
Octal 256 337 334
Decimal 174 223 220
Hex AE DF DC

RGB Percentages of Color #aedfdc

%28.20
%36.14
%35.66

CMYK Percentages of Color #aedfdc

%22
%0
%1
%13

Triadic Colors of #aedfdc

#aedfdc #dcaedf #dfdcae

Analogous Colors of #aedfdc

#aedfdc #aecadf #aedfc4

Monochromatic Colors of #aedfdc

#aedfdc

Complementary Color

#aedfdc #dfaeb1

#aedfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfdc Color CSS Codes

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

#aedfdc Text Font Color

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

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


#aedfdc Background Color

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

This div background color is #aedfdc


#aedfdc Border Color

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

This div border color is #aedfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfdc


Comments

No comments written yet.

Please login to write comment.