Color Hex Logo

#aefc82 Color Hex

#AEFC82
(174,252,130)
0 Favorites   0 Comments

Color spaces of #aefc82

RGB 174252130
HSL0.270.950.75
HSV98°48°99°
CMYK 0.310.000.48   0.01
XYZ56.295280.231233.6382
Yxy80.23120.33080.4715
Hunter Lab89.5719-44.565040.4343
CIE-Lab91.7885-44.703950.6389

#aefc82 color RGB value is (174,252,130).

#aefc82 hex color red value is 174, green value is 252 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aefc82 hue: 0.27 , saturation: 0.95 and the lightness value of aefc82 is 0.75.

The process color (four color CMYK) of #aefc82 color hex is 0.31, 0.00, 0.48, 0.01. Web safe color of #aefc82 is #99ff99. Color #aefc82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111100 10000010
Octal 256 374 202
Decimal 174 252 130
Hex AE FC 82

RGB Percentages of Color #aefc82

%31.29
%45.32
%23.38

CMYK Percentages of Color #aefc82

%31
%0
%48
%1

Triadic Colors of #aefc82

#aefc82 #82aefc #fc82ae

Analogous Colors of #aefc82

#aefc82 #82fc93 #ebfc82

Monochromatic Colors of #aefc82

#aefc82

Complementary Color

#aefc82 #d082fc

#aefc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefc82 Color CSS Codes

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

#aefc82 Text Font Color

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

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


#aefc82 Background Color

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

This div background color is #aefc82


#aefc82 Border Color

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

This div border color is #aefc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefc82


Comments

No comments written yet.

Please login to write comment.