Color Hex Logo

#aefb52 Color Hex

#AEFB52
(174,251,82)
0 Favorites   0 Comments

Color spaces of #aefb52

RGB 17425182
HSL0.240.950.65
HSV87°67°98°
CMYK 0.310.000.67   0.02
XYZ53.475778.602220.3359
Yxy78.60220.35090.5157
Hunter Lab88.6579-47.485648.4609
CIE-Lab91.0540-48.668570.2535

#aefb52 color RGB value is (174,251,82).

#aefb52 hex color red value is 174, green value is 251 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #aefb52 hue: 0.24 , saturation: 0.95 and the lightness value of aefb52 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 01010010
Octal 256 373 122
Decimal 174 251 82
Hex AE FB 52

RGB Percentages of Color #aefb52

%34.32
%49.51
%16.17

CMYK Percentages of Color #aefb52

%31
%0
%67
%2

Triadic Colors of #aefb52

#aefb52 #52aefb #fb52ae

Analogous Colors of #aefb52

#aefb52 #5afb52 #fbf452

Monochromatic Colors of #aefb52

#aefb52

Complementary Color

#aefb52 #9f52fb

#aefb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb52 Color CSS Codes

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

#aefb52 Text Font Color

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

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


#aefb52 Background Color

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

This div background color is #aefb52


#aefb52 Border Color

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

This div border color is #aefb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb52

Related Colors


Comments

No comments written yet.

Please login to write comment.