Color Hex Logo

#aef286 Color Hex

#AEF286
(174,242,134)
0 Favorites   0 Comments

Color spaces of #aef286

RGB 174242134
HSL0.270.810.74
HSV98°45°95°
CMYK 0.280.000.45   0.05
XYZ53.510874.224234.0606
Yxy74.22420.33070.4588
Hunter Lab86.1535-39.900436.8672
CIE-Lab89.0283-39.846945.3164

#aef286 color RGB value is (174,242,134).

#aef286 hex color red value is 174, green value is 242 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aef286 hue: 0.27 , saturation: 0.81 and the lightness value of aef286 is 0.74.

The process color (four color CMYK) of #aef286 color hex is 0.28, 0.00, 0.45, 0.05. Web safe color of #aef286 is #99ff99. Color #aef286 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 10000110
Octal 256 362 206
Decimal 174 242 134
Hex AE F2 86

RGB Percentages of Color #aef286

%31.64
%44.00
%24.36

CMYK Percentages of Color #aef286

%28
%0
%45
%5

Triadic Colors of #aef286

#aef286 #86aef2 #f286ae

Analogous Colors of #aef286

#aef286 #86f294 #e4f286

Monochromatic Colors of #aef286

#aef286

Complementary Color

#aef286 #ca86f2

#aef286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef286 Color CSS Codes

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

#aef286 Text Font Color

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

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


#aef286 Background Color

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

This div background color is #aef286


#aef286 Border Color

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

This div border color is #aef286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef286


Comments

No comments written yet.

Please login to write comment.