Color Hex Logo

#aefefb Color Hex

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

Color spaces of #aefefb

RGB 174254251
HSL0.490.980.84
HSV178°31°100°
CMYK 0.310.000.01   0.00
XYZ70.310086.8473104.3243
Yxy86.84730.26890.3321
Hunter Lab93.1919-28.4139-1.1383
CIE-Lab94.6734-24.8417-6.3526

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

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

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

Base Numbers

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

RGB Percentages of Color #aefefb

%25.63
%37.41
%36.97

CMYK Percentages of Color #aefefb

%31
%0
%1
%0

Triadic Colors of #aefefb

#aefefb #fbaefe #fefbae

Analogous Colors of #aefefb

#aefefb #aed9fe #aefed3

Monochromatic Colors of #aefefb

#aefefb

Complementary Color

#aefefb #feaeb1

#aefefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefefb Color CSS Codes

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

#aefefb Text Font Color

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

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


#aefefb Background Color

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

This div background color is #aefefb


#aefefb Border Color

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

This div border color is #aefefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefefb

Related Colors


Comments

No comments written yet.

Please login to write comment.