Color Hex Logo

#aefbfe Color Hex

#AEFBFE
(174,251,254)
0 Favorites   0 Comments

Color spaces of #aefbfe

RGB 174251254
HSL0.510.980.84
HSV182°31°100°
CMYK 0.310.010.00   0.00
XYZ69.842185.1488106.5202
Yxy85.14880.26710.3256
Hunter Lab92.2761-26.3798-3.8490
CIE-Lab93.9472-22.7167-8.9786

#aefbfe color RGB value is (174,251,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11111110
Octal 256 373 376
Decimal 174 251 254
Hex AE FB FE

RGB Percentages of Color #aefbfe

%25.63
%36.97
%37.41

CMYK Percentages of Color #aefbfe

%31
%1
%0
%0

Triadic Colors of #aefbfe

#aefbfe #feaefb #fbfeae

Analogous Colors of #aefbfe

#aefbfe #aed3fe #aefed9

Monochromatic Colors of #aefbfe

#aefbfe

Complementary Color

#aefbfe #feb1ae

#aefbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbfe Color CSS Codes

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

#aefbfe Text Font Color

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

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


#aefbfe Background Color

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

This div background color is #aefbfe


#aefbfe Border Color

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

This div border color is #aefbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.