Color Hex Logo

#aefe6b Color Hex

#AEFE6B
(174,254,107)
0 Favorites   0 Comments

Color spaces of #aefe6b

RGB 174254107
HSL0.260.990.71
HSV93°58°100°
CMYK 0.310.000.58   0.00
XYZ55.551280.943826.6058
Yxy80.94380.34060.4963
Hunter Lab89.9688-47.230645.4447
CIE-Lab92.1067-47.933461.3547

#aefe6b color RGB value is (174,254,107).

#aefe6b hex color red value is 174, green value is 254 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aefe6b hue: 0.26 , saturation: 0.99 and the lightness value of aefe6b is 0.71.

The process color (four color CMYK) of #aefe6b color hex is 0.31, 0.00, 0.58, 0.00. Web safe color of #aefe6b is #99ff66. Color #aefe6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 01101011
Octal 256 376 153
Decimal 174 254 107
Hex AE FE 6B

RGB Percentages of Color #aefe6b

%32.52
%47.48
%20.00

CMYK Percentages of Color #aefe6b

%31
%0
%58
%0

Triadic Colors of #aefe6b

#aefe6b #6baefe #fe6bae

Analogous Colors of #aefe6b

#aefe6b #6bfe72 #f8fe6b

Monochromatic Colors of #aefe6b

#aefe6b

Complementary Color

#aefe6b #bb6bfe

#aefe6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefe6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefe6b Color CSS Codes

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

#aefe6b Text Font Color

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

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


#aefe6b Background Color

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

This div background color is #aefe6b


#aefe6b Border Color

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

This div border color is #aefe6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefe6b


Comments

No comments written yet.

Please login to write comment.