Color Hex Logo

#aecdef Color Hex

#AECDEF
(174,205,239)
0 Favorites   0 Comments

Color spaces of #aecdef

RGB 174205239
HSL0.590.670.81
HSV211°27°94°
CMYK 0.270.140.00   0.06
XYZ54.866958.893390.1371
Yxy58.89330.26910.2888
Hunter Lab76.7420-6.6793-15.9196
CIE-Lab81.2329-2.7873-20.1494

#aecdef color RGB value is (174,205,239).

#aecdef hex color red value is 174, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #aecdef hue: 0.59 , saturation: 0.67 and the lightness value of aecdef is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11101111
Octal 256 315 357
Decimal 174 205 239
Hex AE CD EF

RGB Percentages of Color #aecdef

%28.16
%33.17
%38.67

CMYK Percentages of Color #aecdef

%27
%14
%0
%6

Triadic Colors of #aecdef

#aecdef #efaecd #cdefae

Analogous Colors of #aecdef

#aecdef #b0aeef #aeeeef

Monochromatic Colors of #aecdef

#aecdef

Complementary Color

#aecdef #efd0ae

#aecdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdef Color CSS Codes

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

#aecdef Text Font Color

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

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


#aecdef Background Color

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

This div background color is #aecdef


#aecdef Border Color

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

This div border color is #aecdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdef


Comments

No comments written yet.

Please login to write comment.