Color Hex Logo

#aeccfe Color Hex

#AECCFE
(174,204,254)
0 Favorites   0 Comments

Color spaces of #aeccfe

RGB 174204254
HSL0.600.980.84
HSV218°31°100°
CMYK 0.310.200.00   0.00
XYZ56.937859.3402102.2188
Yxy59.34020.26060.2716
Hunter Lab77.0326-2.8707-24.7524
CIE-Lab81.47821.3286-27.7675

#aeccfe color RGB value is (174,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 11111110
Octal 256 314 376
Decimal 174 204 254
Hex AE CC FE

RGB Percentages of Color #aeccfe

%27.53
%32.28
%40.19

CMYK Percentages of Color #aeccfe

%31
%20
%0
%0

Triadic Colors of #aeccfe

#aeccfe #feaecc #ccfeae

Analogous Colors of #aeccfe

#aeccfe #b8aefe #aef4fe

Monochromatic Colors of #aeccfe

#aeccfe

Complementary Color

#aeccfe #fee0ae

#aeccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeccfe Color CSS Codes

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

#aeccfe Text Font Color

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

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


#aeccfe Background Color

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

This div background color is #aeccfe


#aeccfe Border Color

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

This div border color is #aeccfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,204,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 #aeccfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeccfe

#aeccfe Color Palettes


Comments

No comments written yet.

Please login to write comment.