Color Hex Logo

#aefeb5 Color Hex

#AEFEB5
(174,254,181)
0 Favorites   0 Comments

Color spaces of #aefeb5

RGB 174254181
HSL0.350.980.84
HSV125°31°100°
CMYK 0.310.000.29   0.00
XYZ61.237983.218556.5513
Yxy83.21850.30470.4140
Hunter Lab91.2242-39.817027.1021
CIE-Lab93.1100-38.454127.3560

#aefeb5 color RGB value is (174,254,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10110101
Octal 256 376 265
Decimal 174 254 181
Hex AE FE B5

RGB Percentages of Color #aefeb5

%28.57
%41.71
%29.72

CMYK Percentages of Color #aefeb5

%31
%0
%29
%0

Triadic Colors of #aefeb5

#aefeb5 #b5aefe #feb5ae

Analogous Colors of #aefeb5

#aefeb5 #aefedd #cffeae

Monochromatic Colors of #aefeb5

#aefeb5

Complementary Color

#aefeb5 #feaef7

#aefeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeb5 Color CSS Codes

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

#aefeb5 Text Font Color

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

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


#aefeb5 Background Color

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

This div background color is #aefeb5


#aefeb5 Border Color

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

This div border color is #aefeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeb5


Comments

No comments written yet.

Please login to write comment.