Color Hex Logo

#aef68f Color Hex

#AEF68F
(174,246,143)
0 Favorites   0 Comments

Color spaces of #aef68f

RGB 174246143
HSL0.280.850.76
HSV102°42°96°
CMYK 0.290.000.42   0.04
XYZ55.369376.893437.9102
Yxy76.89340.32540.4519
Hunter Lab87.6889-40.745535.7496
CIE-Lab90.2725-40.484342.5281

#aef68f color RGB value is (174,246,143).

#aef68f hex color red value is 174, green value is 246 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aef68f hue: 0.28 , saturation: 0.85 and the lightness value of aef68f is 0.76.

The process color (four color CMYK) of #aef68f color hex is 0.29, 0.00, 0.42, 0.04. Web safe color of #aef68f is #99ff99. Color #aef68f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 10001111
Octal 256 366 217
Decimal 174 246 143
Hex AE F6 8F

RGB Percentages of Color #aef68f

%30.91
%43.69
%25.40

CMYK Percentages of Color #aef68f

%29
%0
%42
%4

Triadic Colors of #aef68f

#aef68f #8faef6 #f68fae

Analogous Colors of #aef68f

#aef68f #8ff6a4 #e2f68f

Monochromatic Colors of #aef68f

#aef68f

Complementary Color

#aef68f #d78ff6

#aef68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef68f Color CSS Codes

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

#aef68f Text Font Color

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

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


#aef68f Background Color

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

This div background color is #aef68f


#aef68f Border Color

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

This div border color is #aef68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef68f


Comments

No comments written yet.

Please login to write comment.