Color Hex Logo

#aefd35 Color Hex

#AEFD35
(174,253,53)
0 Favorites   0 Comments

Color spaces of #aefd35

RGB 17425353
HSL0.230.980.60
HSV84°79°99°
CMYK 0.310.000.79   0.01
XYZ53.223479.506315.9092
Yxy79.50630.35810.5349
Hunter Lab89.1663-49.494351.8378
CIE-Lab91.4629-51.081179.9410

#aefd35 color RGB value is (174,253,53).

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

The process color (four color CMYK) of #aefd35 color hex is 0.31, 0.00, 0.79, 0.01. Web safe color of #aefd35 is #99ff33. Color #aefd35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 00110101
Octal 256 375 65
Decimal 174 253 53
Hex AE FD 35

RGB Percentages of Color #aefd35

%36.25
%52.71
%11.04

CMYK Percentages of Color #aefd35

%31
%0
%79
%1

Triadic Colors of #aefd35

#aefd35 #35aefd #fd35ae

Analogous Colors of #aefd35

#aefd35 #4afd35 #fde835

Monochromatic Colors of #aefd35

#aefd35

Complementary Color

#aefd35 #8435fd

#aefd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd35 Color CSS Codes

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

#aefd35 Text Font Color

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

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


#aefd35 Background Color

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

This div background color is #aefd35


#aefd35 Border Color

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

This div border color is #aefd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd35


Comments

No comments written yet.

Please login to write comment.