Color Hex Logo

#aefbe3 Color Hex

#AEFBE3
(174,251,227)
0 Favorites   0 Comments

Color spaces of #aefbe3

RGB 174251227
HSL0.450.910.83
HSV161°31°98°
CMYK 0.310.000.10   0.02
XYZ65.817983.539185.3287
Yxy83.53910.28050.3560
Hunter Lab91.3997-31.40988.6280
CIE-Lab93.2500-28.54903.9702

#aefbe3 color RGB value is (174,251,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 11100011
Octal 256 373 343
Decimal 174 251 227
Hex AE FB E3

RGB Percentages of Color #aefbe3

%26.69
%38.50
%34.82

CMYK Percentages of Color #aefbe3

%31
%0
%10
%2

Triadic Colors of #aefbe3

#aefbe3 #e3aefb #fbe3ae

Analogous Colors of #aefbe3

#aefbe3 #aeedfb #aefbbd

Monochromatic Colors of #aefbe3

#aefbe3

Complementary Color

#aefbe3 #fbaec6

#aefbe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbe3 Color CSS Codes

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

#aefbe3 Text Font Color

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

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


#aefbe3 Background Color

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

This div background color is #aefbe3


#aefbe3 Border Color

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

This div border color is #aefbe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbe3


Comments

No comments written yet.

Please login to write comment.