Color Hex Logo

#aef868 Color Hex

#AEF868
(174,248,104)
0 Favorites   0 Comments

Color spaces of #aef868

RGB 174248104
HSL0.250.910.69
HSV91°58°97°
CMYK 0.300.000.58   0.03
XYZ53.521777.133025.1640
Yxy77.13300.34350.4950
Hunter Lab87.8254-44.914744.4898
CIE-Lab90.3828-45.657060.6832

#aef868 color RGB value is (174,248,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111000 01101000
Octal 256 370 150
Decimal 174 248 104
Hex AE F8 68

RGB Percentages of Color #aef868

%33.08
%47.15
%19.77

CMYK Percentages of Color #aef868

%30
%0
%58
%3

Triadic Colors of #aef868

#aef868 #68aef8 #f868ae

Analogous Colors of #aef868

#aef868 #68f86a #f6f868

Monochromatic Colors of #aef868

#aef868

Complementary Color

#aef868 #b268f8

#aef868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef868 Color CSS Codes

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

#aef868 Text Font Color

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

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


#aef868 Background Color

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

This div background color is #aef868


#aef868 Border Color

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

This div border color is #aef868


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,248,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 #aef868">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef868


Comments

No comments written yet.

Please login to write comment.