Color Hex Logo

#aefd69 Color Hex

#AEFD69
(174,253,105)
0 Favorites   0 Comments

Color spaces of #aefd69

RGB 174253105
HSL0.260.970.70
HSV92°58°99°
CMYK 0.310.000.58   0.01
XYZ55.130680.269225.9524
Yxy80.26920.34170.4975
Hunter Lab89.5931-46.948945.5406
CIE-Lab91.8055-47.693061.8675

#aefd69 color RGB value is (174,253,105).

#aefd69 hex color red value is 174, green value is 253 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aefd69 hue: 0.26 , saturation: 0.97 and the lightness value of aefd69 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 01101001
Octal 256 375 151
Decimal 174 253 105
Hex AE FD 69

RGB Percentages of Color #aefd69

%32.71
%47.56
%19.74

CMYK Percentages of Color #aefd69

%31
%0
%58
%1

Triadic Colors of #aefd69

#aefd69 #69aefd #fd69ae

Analogous Colors of #aefd69

#aefd69 #69fd6e #f8fd69

Monochromatic Colors of #aefd69

#aefd69

Complementary Color

#aefd69 #b869fd

#aefd69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd69 Color CSS Codes

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

#aefd69 Text Font Color

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

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


#aefd69 Background Color

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

This div background color is #aefd69


#aefd69 Border Color

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

This div border color is #aefd69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd69


Comments

No comments written yet.

Please login to write comment.