Color Hex Logo

#aefe83 Color Hex

#AEFE83
(174,254,131)
0 Favorites   0 Comments

Color spaces of #aefe83

RGB 174254131
HSL0.280.980.75
HSV99°48°100°
CMYK 0.310.000.48   0.00
XYZ56.994181.521034.2039
Yxy81.52100.33000.4720
Hunter Lab90.2890-45.329240.7416
CIE-Lab92.3630-45.449850.8757

#aefe83 color RGB value is (174,254,131).

#aefe83 hex color red value is 174, green value is 254 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aefe83 hue: 0.28 , saturation: 0.98 and the lightness value of aefe83 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 10000011
Octal 256 376 203
Decimal 174 254 131
Hex AE FE 83

RGB Percentages of Color #aefe83

%31.13
%45.44
%23.43

CMYK Percentages of Color #aefe83

%31
%0
%48
%0

Triadic Colors of #aefe83

#aefe83 #83aefe #fe83ae

Analogous Colors of #aefe83

#aefe83 #83fe96 #ecfe83

Monochromatic Colors of #aefe83

#aefe83

Complementary Color

#aefe83 #d383fe

#aefe83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe83 Color CSS Codes

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

#aefe83 Text Font Color

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

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


#aefe83 Background Color

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

This div background color is #aefe83


#aefe83 Border Color

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

This div border color is #aefe83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe83


Comments

No comments written yet.

Please login to write comment.