Color Hex Logo

#aefb68 Color Hex

#AEFB68
(174,251,104)
0 Favorites   0 Comments

Color spaces of #aefb68

RGB 174251104
HSL0.250.950.70
HSV91°59°98°
CMYK 0.310.000.59   0.02
XYZ54.451478.992525.4739
Yxy78.99250.34260.4971
Hunter Lab88.8777-46.177145.2209
CIE-Lab91.2309-46.935761.6437

#aefb68 color RGB value is (174,251,104).

#aefb68 hex color red value is 174, green value is 251 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #aefb68 hue: 0.25 , saturation: 0.95 and the lightness value of aefb68 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 01101000
Octal 256 373 150
Decimal 174 251 104
Hex AE FB 68

RGB Percentages of Color #aefb68

%32.89
%47.45
%19.66

CMYK Percentages of Color #aefb68

%31
%0
%59
%2

Triadic Colors of #aefb68

#aefb68 #68aefb #fb68ae

Analogous Colors of #aefb68

#aefb68 #68fb6c #f8fb68

Monochromatic Colors of #aefb68

#aefb68

Complementary Color

#aefb68 #b568fb

#aefb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb68 Color CSS Codes

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

#aefb68 Text Font Color

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

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


#aefb68 Background Color

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

This div background color is #aefb68


#aefb68 Border Color

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

This div border color is #aefb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb68

Related Colors


Comments

No comments written yet.

Please login to write comment.