Color Hex Logo

#aefeb4 Color Hex

#AEFEB4
(174,254,180)
0 Favorites   0 Comments

Color spaces of #aefeb4

RGB 174254180
HSL0.350.980.84
HSV125°31°100°
CMYK 0.310.000.29   0.00
XYZ61.135683.177656.0127
Yxy83.17760.30520.4152
Hunter Lab91.2018-39.948527.4275
CIE-Lab93.0921-38.617627.8371

#aefeb4 color RGB value is (174,254,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10110100
Octal 256 376 264
Decimal 174 254 180
Hex AE FE B4

RGB Percentages of Color #aefeb4

%28.62
%41.78
%29.61

CMYK Percentages of Color #aefeb4

%31
%0
%29
%0

Triadic Colors of #aefeb4

#aefeb4 #b4aefe #feb4ae

Analogous Colors of #aefeb4

#aefeb4 #aefedc #d0feae

Monochromatic Colors of #aefeb4

#aefeb4

Complementary Color

#aefeb4 #feaef8

#aefeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeb4 Color CSS Codes

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

#aefeb4 Text Font Color

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

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


#aefeb4 Background Color

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

This div background color is #aefeb4


#aefeb4 Border Color

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

This div border color is #aefeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeb4


Comments

No comments written yet.

Please login to write comment.