Color Hex Logo

#aecdfb Color Hex

#AECDFB
(174,205,251)
0 Favorites   0 Comments

Color spaces of #aecdfb

RGB 174205251
HSL0.600.910.83
HSV216°31°98°
CMYK 0.310.180.00   0.02
XYZ56.699559.626399.7874
Yxy59.62630.26240.2759
Hunter Lab77.2181-4.0631-22.5667
CIE-Lab81.63460.0656-25.9327

#aecdfb color RGB value is (174,205,251).

#aecdfb hex color red value is 174, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aecdfb hue: 0.60 , saturation: 0.91 and the lightness value of aecdfb is 0.83.

The process color (four color CMYK) of #aecdfb color hex is 0.31, 0.18, 0.00, 0.02. Web safe color of #aecdfb is #99ccff. Color #aecdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001101 11111011
Octal 256 315 373
Decimal 174 205 251
Hex AE CD FB

RGB Percentages of Color #aecdfb

%27.62
%32.54
%39.84

CMYK Percentages of Color #aecdfb

%31
%18
%0
%2

Triadic Colors of #aecdfb

#aecdfb #fbaecd #cdfbae

Analogous Colors of #aecdfb

#aecdfb #b6aefb #aef4fb

Monochromatic Colors of #aecdfb

#aecdfb

Complementary Color

#aecdfb #fbdcae

#aecdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecdfb Color CSS Codes

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

#aecdfb Text Font Color

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

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


#aecdfb Background Color

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

This div background color is #aecdfb


#aecdfb Border Color

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

This div border color is #aecdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecdfb


Comments

No comments written yet.

Please login to write comment.