Color Hex Logo

#aefd61 Color Hex

#AEFD61
(174,253,97)
0 Favorites   0 Comments

Color spaces of #aefd61

RGB 17425397
HSL0.250.980.69
HSV90°62°99°
CMYK 0.310.000.62   0.01
XYZ54.738580.112323.8875
Yxy80.11230.34480.5047
Hunter Lab89.5055-47.470146.8303
CIE-Lab91.7352-48.380965.1264

#aefd61 color RGB value is (174,253,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 01100001
Octal 256 375 141
Decimal 174 253 97
Hex AE FD 61

RGB Percentages of Color #aefd61

%33.21
%48.28
%18.51

CMYK Percentages of Color #aefd61

%31
%0
%62
%1

Triadic Colors of #aefd61

#aefd61 #61aefd #fd61ae

Analogous Colors of #aefd61

#aefd61 #61fd62 #fcfd61

Monochromatic Colors of #aefd61

#aefd61

Complementary Color

#aefd61 #b061fd

#aefd61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd61 Color CSS Codes

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

#aefd61 Text Font Color

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

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


#aefd61 Background Color

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

This div background color is #aefd61


#aefd61 Border Color

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

This div border color is #aefd61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd61


Comments

No comments written yet.

Please login to write comment.