Color Hex Logo

#aefb77 Color Hex

#AEFB77
(174,251,119)
0 Favorites   0 Comments

Color spaces of #aefb77

RGB 174251119
HSL0.260.940.73
HSV95°53°98°
CMYK 0.310.000.53   0.02
XYZ55.282579.324929.8503
Yxy79.32490.33620.4823
Hunter Lab89.0645-45.067742.4739
CIE-Lab91.3811-45.481055.2148

#aefb77 color RGB value is (174,251,119).

#aefb77 hex color red value is 174, green value is 251 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #aefb77 hue: 0.26 , saturation: 0.94 and the lightness value of aefb77 is 0.73.

The process color (four color CMYK) of #aefb77 color hex is 0.31, 0.00, 0.53, 0.02. Web safe color of #aefb77 is #99ff66. Color #aefb77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 01110111
Octal 256 373 167
Decimal 174 251 119
Hex AE FB 77

RGB Percentages of Color #aefb77

%31.99
%46.14
%21.88

CMYK Percentages of Color #aefb77

%31
%0
%53
%2

Triadic Colors of #aefb77

#aefb77 #77aefb #fb77ae

Analogous Colors of #aefb77

#aefb77 #77fb82 #f0fb77

Monochromatic Colors of #aefb77

#aefb77

Complementary Color

#aefb77 #c477fb

#aefb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb77 Color CSS Codes

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

#aefb77 Text Font Color

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

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


#aefb77 Background Color

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

This div background color is #aefb77


#aefb77 Border Color

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

This div border color is #aefb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb77


Comments

No comments written yet.

Please login to write comment.