Color Hex Logo

#aedfce Color Hex

#AEDFCE
(174,223,206)
0 Favorites   0 Comments

Color spaces of #aedfce

RGB 174223206
HSL0.440.430.78
HSV159°22°87°
CMYK 0.220.000.08   0.13
XYZ54.983866.230368.2783
Yxy66.23030.29020.3495
Hunter Lab81.3820-21.81927.2240
CIE-Lab85.1138-19.21963.1470

#aedfce color RGB value is (174,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11001110
Octal 256 337 316
Decimal 174 223 206
Hex AE DF CE

RGB Percentages of Color #aedfce

%28.86
%36.98
%34.16

CMYK Percentages of Color #aedfce

%22
%0
%8
%13

Triadic Colors of #aedfce

#aedfce #ceaedf #dfceae

Analogous Colors of #aedfce

#aedfce #aed8df #aedfb6

Monochromatic Colors of #aedfce

#aedfce

Complementary Color

#aedfce #dfaebf

#aedfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfce Color CSS Codes

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

#aedfce Text Font Color

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

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


#aedfce Background Color

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

This div background color is #aedfce


#aedfce Border Color

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

This div border color is #aedfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfce

#aedfce Color Palettes


Comments

No comments written yet.

Please login to write comment.