Color Hex Logo

#aefdfe Color Hex

#AEFDFE
(174,253,254)
0 Favorites   0 Comments

Color spaces of #aefdfe

RGB 174253254
HSL0.500.980.84
HSV181°31°100°
CMYK 0.310.000.00   0.00
XYZ70.470286.4050106.7296
Yxy86.40500.26730.3278
Hunter Lab92.9543-27.3462-3.0084
CIE-Lab94.4852-23.6874-8.1809

#aefdfe color RGB value is (174,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11111110
Octal 256 375 376
Decimal 174 253 254
Hex AE FD FE

RGB Percentages of Color #aefdfe

%25.55
%37.15
%37.30

CMYK Percentages of Color #aefdfe

%31
%0
%0
%0

Triadic Colors of #aefdfe

#aefdfe #feaefd #fdfeae

Analogous Colors of #aefdfe

#aefdfe #aed5fe #aefed7

Monochromatic Colors of #aefdfe

#aefdfe

Complementary Color

#aefdfe #feafae

#aefdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdfe Color CSS Codes

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

#aefdfe Text Font Color

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

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


#aefdfe Background Color

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

This div background color is #aefdfe


#aefdfe Border Color

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

This div border color is #aefdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.