Color Hex Logo

#aef35f Color Hex

#AEF35F
(174,243,95)
0 Favorites   0 Comments

Color spaces of #aef35f

RGB 17424395
HSL0.240.860.66
HSV88°61°95°
CMYK 0.280.000.61   0.05
XYZ51.571773.926122.3775
Yxy73.92610.34880.4999
Hunter Lab85.9803-43.399744.7552
CIE-Lab88.8875-44.288562.8138

#aef35f color RGB value is (174,243,95).

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

The process color (four color CMYK) of #aef35f color hex is 0.28, 0.00, 0.61, 0.05. Web safe color of #aef35f is #99ff66. Color #aef35f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 01011111
Octal 256 363 137
Decimal 174 243 95
Hex AE F3 5F

RGB Percentages of Color #aef35f

%33.98
%47.46
%18.55

CMYK Percentages of Color #aef35f

%28
%0
%61
%5

Triadic Colors of #aef35f

#aef35f #5faef3 #f35fae

Analogous Colors of #aef35f

#aef35f #64f35f #f3ee5f

Monochromatic Colors of #aef35f

#aef35f

Complementary Color

#aef35f #a45ff3

#aef35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef35f Color CSS Codes

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

#aef35f Text Font Color

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

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


#aef35f Background Color

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

This div background color is #aef35f


#aef35f Border Color

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

This div border color is #aef35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef35f


Comments

No comments written yet.

Please login to write comment.