Color Hex Logo

#aecffe Color Hex

#AECFFE
(174,207,254)
0 Favorites   0 Comments

Color spaces of #aecffe

RGB 174207254
HSL0.600.980.84
HSV215°31°100°
CMYK 0.310.190.00   0.00
XYZ57.657860.7801102.4588
Yxy60.78010.26100.2752
Hunter Lab77.9616-4.4201-23.3471
CIE-Lab82.2604-0.2735-26.5721

#aecffe color RGB value is (174,207,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 11111110
Octal 256 317 376
Decimal 174 207 254
Hex AE CF FE

RGB Percentages of Color #aecffe

%27.40
%32.60
%40.00

CMYK Percentages of Color #aecffe

%31
%19
%0
%0

Triadic Colors of #aecffe

#aecffe #feaecf #cffeae

Analogous Colors of #aecffe

#aecffe #b5aefe #aef7fe

Monochromatic Colors of #aecffe

#aecffe

Complementary Color

#aecffe #feddae

#aecffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecffe Color CSS Codes

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

#aecffe Text Font Color

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

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


#aecffe Background Color

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

This div background color is #aecffe


#aecffe Border Color

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

This div border color is #aecffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecffe

Related Colors


Comments

No comments written yet.

Please login to write comment.