Color Hex Logo

#aedfee Color Hex

#AEDFEE
(174,223,238)
0 Favorites   0 Comments

Color spaces of #aedfee

RGB 174223238
HSL0.540.650.81
HSV194°27°93°
CMYK 0.270.060.00   0.07
XYZ59.275967.947190.8798
Yxy67.94710.27180.3115
Hunter Lab82.4300-15.8922-7.6667
CIE-Lab85.9800-12.3833-12.4791

#aedfee color RGB value is (174,223,238).

#aedfee hex color red value is 174, green value is 223 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aedfee hue: 0.54 , saturation: 0.65 and the lightness value of aedfee is 0.81.

The process color (four color CMYK) of #aedfee color hex is 0.27, 0.06, 0.00, 0.07. Web safe color of #aedfee is #99ccff. Color #aedfee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11101110
Octal 256 337 356
Decimal 174 223 238
Hex AE DF EE

RGB Percentages of Color #aedfee

%27.40
%35.12
%37.48

CMYK Percentages of Color #aedfee

%27
%6
%0
%7

Triadic Colors of #aedfee

#aedfee #eeaedf #dfeeae

Analogous Colors of #aedfee

#aedfee #aebfee #aeeedd

Monochromatic Colors of #aedfee

#aedfee

Complementary Color

#aedfee #eebdae

#aedfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfee Color CSS Codes

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

#aedfee Text Font Color

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

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


#aedfee Background Color

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

This div background color is #aedfee


#aedfee Border Color

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

This div border color is #aedfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfee


Comments

No comments written yet.

Please login to write comment.