Color Hex Logo

#aefbe2 Color Hex

#AEFBE2
(174,251,226)
0 Favorites   0 Comments

Color spaces of #aefbe2

RGB 174251226
HSL0.450.910.83
HSV161°31°98°
CMYK 0.310.000.10   0.02
XYZ65.680283.484084.6038
Yxy83.48400.28100.3571
Hunter Lab91.3696-31.58369.0590
CIE-Lab93.2259-28.75424.4524

#aefbe2 color RGB value is (174,251,226).

#aefbe2 hex color red value is 174, green value is 251 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #aefbe2 hue: 0.45 , saturation: 0.91 and the lightness value of aefbe2 is 0.83.

The process color (four color CMYK) of #aefbe2 color hex is 0.31, 0.00, 0.10, 0.02. Web safe color of #aefbe2 is #99ffcc. Color #aefbe2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11100010
Octal 256 373 342
Decimal 174 251 226
Hex AE FB E2

RGB Percentages of Color #aefbe2

%26.73
%38.56
%34.72

CMYK Percentages of Color #aefbe2

%31
%0
%10
%2

Triadic Colors of #aefbe2

#aefbe2 #e2aefb #fbe2ae

Analogous Colors of #aefbe2

#aefbe2 #aeeefb #aefbbc

Monochromatic Colors of #aefbe2

#aefbe2

Complementary Color

#aefbe2 #fbaec7

#aefbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbe2 Color CSS Codes

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

#aefbe2 Text Font Color

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

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


#aefbe2 Background Color

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

This div background color is #aefbe2


#aefbe2 Border Color

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

This div border color is #aefbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbe2

Related Colors


Comments

No comments written yet.

Please login to write comment.