Color Hex Logo

#aefd52 Color Hex

#AEFD52
(174,253,82)
0 Favorites   0 Comments

Color spaces of #aefd52

RGB 17425382
HSL0.240.980.66
HSV88°68°99°
CMYK 0.310.000.68   0.01
XYZ54.103879.858420.5453
Yxy79.85840.35020.5169
Hunter Lab89.3635-48.316048.9233
CIE-Lab91.6213-49.503970.8406

#aefd52 color RGB value is (174,253,82).

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

The process color (four color CMYK) of #aefd52 color hex is 0.31, 0.00, 0.68, 0.01. Web safe color of #aefd52 is #99ff66. Color #aefd52 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 01010010
Octal 256 375 122
Decimal 174 253 82
Hex AE FD 52

RGB Percentages of Color #aefd52

%34.18
%49.71
%16.11

CMYK Percentages of Color #aefd52

%31
%0
%68
%1

Triadic Colors of #aefd52

#aefd52 #52aefd #fd52ae

Analogous Colors of #aefd52

#aefd52 #59fd52 #fdf752

Monochromatic Colors of #aefd52

#aefd52

Complementary Color

#aefd52 #a152fd

#aefd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd52 Color CSS Codes

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

#aefd52 Text Font Color

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

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


#aefd52 Background Color

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

This div background color is #aefd52


#aefd52 Border Color

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

This div border color is #aefd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd52


Comments

No comments written yet.

Please login to write comment.