Color Hex Logo

#aedfea Color Hex

#AEDFEA
(174,223,234)
0 Favorites   0 Comments

Color spaces of #aedfea

RGB 174223234
HSL0.530.590.80
HSV191°26°92°
CMYK 0.260.050.00   0.08
XYZ58.694567.714587.8186
Yxy67.71450.27400.3161
Hunter Lab82.2888-16.6860-5.6721
CIE-Lab85.8635-13.2824-10.5415

#aedfea color RGB value is (174,223,234).

#aedfea hex color red value is 174, green value is 223 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aedfea hue: 0.53 , saturation: 0.59 and the lightness value of aedfea is 0.80.

The process color (four color CMYK) of #aedfea color hex is 0.26, 0.05, 0.00, 0.08. Web safe color of #aedfea is #99ccff. Color #aedfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 11101010
Octal 256 337 352
Decimal 174 223 234
Hex AE DF EA

RGB Percentages of Color #aedfea

%27.58
%35.34
%37.08

CMYK Percentages of Color #aedfea

%26
%5
%0
%8

Triadic Colors of #aedfea

#aedfea #eaaedf #dfeaae

Analogous Colors of #aedfea

#aedfea #aec1ea #aeead7

Monochromatic Colors of #aedfea

#aedfea

Complementary Color

#aedfea #eab9ae

#aedfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfea Color CSS Codes

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

#aedfea Text Font Color

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

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


#aedfea Background Color

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

This div background color is #aedfea


#aedfea Border Color

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

This div border color is #aedfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfea

#aedfea Color Palettes


Comments

No comments written yet.

Please login to write comment.