Color Hex Logo

#aefbb4 Color Hex

#AEFBB4
(174,251,180)
0 Favorites   0 Comments

Color spaces of #aefbb4

RGB 174251180
HSL0.350.910.83
HSV125°31°98°
CMYK 0.310.000.28   0.02
XYZ60.191081.288355.6978
Yxy81.28830.30530.4123
Hunter Lab90.1600-38.613126.4847
CIE-Lab92.2598-37.264526.7030

#aefbb4 color RGB value is (174,251,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 10110100
Octal 256 373 264
Decimal 174 251 180
Hex AE FB B4

RGB Percentages of Color #aefbb4

%28.76
%41.49
%29.75

CMYK Percentages of Color #aefbb4

%31
%0
%28
%2

Triadic Colors of #aefbb4

#aefbb4 #b4aefb #fbb4ae

Analogous Colors of #aefbb4

#aefbb4 #aefbdb #cffbae

Monochromatic Colors of #aefbb4

#aefbb4

Complementary Color

#aefbb4 #fbaef5

#aefbb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbb4 Color CSS Codes

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

#aefbb4 Text Font Color

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

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


#aefbb4 Background Color

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

This div background color is #aefbb4


#aefbb4 Border Color

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

This div border color is #aefbb4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,251,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 #aefbb4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbb4

Related Colors


Comments

No comments written yet.

Please login to write comment.