Color Hex Logo

#aef68c Color Hex

#AEF68C
(174,246,140)
0 Favorites   0 Comments

Color spaces of #aef68c

RGB 174246140
HSL0.280.850.76
HSV101°43°96°
CMYK 0.290.000.43   0.04
XYZ55.145076.803736.7291
Yxy76.80370.32690.4553
Hunter Lab87.6377-41.047036.4979
CIE-Lab90.2312-40.870843.9334

#aef68c color RGB value is (174,246,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 10001100
Octal 256 366 214
Decimal 174 246 140
Hex AE F6 8C

RGB Percentages of Color #aef68c

%31.07
%43.93
%25.00

CMYK Percentages of Color #aef68c

%29
%0
%43
%4

Triadic Colors of #aef68c

#aef68c #8caef6 #f68cae

Analogous Colors of #aef68c

#aef68c #8cf69f #e3f68c

Monochromatic Colors of #aef68c

#aef68c

Complementary Color

#aef68c #d48cf6

#aef68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef68c Color CSS Codes

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

#aef68c Text Font Color

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

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


#aef68c Background Color

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

This div background color is #aef68c


#aef68c Border Color

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

This div border color is #aef68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef68c


Comments

No comments written yet.

Please login to write comment.