Color Hex Logo

#aecbfe Color Hex

#AECBFE
(174,203,254)
0 Favorites   0 Comments

Color spaces of #aecbfe

RGB 174203254
HSL0.610.980.84
HSV218°31°100°
CMYK 0.310.200.00   0.00
XYZ56.700958.8663102.1398
Yxy58.86630.26040.2704
Hunter Lab76.7244-2.3525-25.2231
CIE-Lab81.21801.8647-28.1657

#aecbfe color RGB value is (174,203,254).

#aecbfe hex color red value is 174, green value is 203 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aecbfe hue: 0.61 , saturation: 0.98 and the lightness value of aecbfe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 11111110
Octal 256 313 376
Decimal 174 203 254
Hex AE CB FE

RGB Percentages of Color #aecbfe

%27.58
%32.17
%40.25

CMYK Percentages of Color #aecbfe

%31
%20
%0
%0

Triadic Colors of #aecbfe

#aecbfe #feaecb #cbfeae

Analogous Colors of #aecbfe

#aecbfe #b9aefe #aef3fe

Monochromatic Colors of #aecbfe

#aecbfe

Complementary Color

#aecbfe #fee1ae

#aecbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecbfe Color CSS Codes

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

#aecbfe Text Font Color

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

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


#aecbfe Background Color

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

This div background color is #aecbfe


#aecbfe Border Color

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

This div border color is #aecbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.