Color Hex Logo

#aef168 Color Hex

#AEF168
(174,241,104)
0 Favorites   0 Comments

Color spaces of #aef168

RGB 174241104
HSL0.250.830.68
HSV89°57°95°
CMYK 0.280.000.57   0.05
XYZ51.409572.908724.4599
Yxy72.90870.34550.4900
Hunter Lab85.3866-41.955442.7864
CIE-Lab88.4042-42.632958.4273

#aef168 color RGB value is (174,241,104).

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

The process color (four color CMYK) of #aef168 color hex is 0.28, 0.00, 0.57, 0.05. Web safe color of #aef168 is #99ff66. Color #aef168 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110001 01101000
Octal 256 361 150
Decimal 174 241 104
Hex AE F1 68

RGB Percentages of Color #aef168

%33.53
%46.44
%20.04

CMYK Percentages of Color #aef168

%28
%0
%57
%5

Triadic Colors of #aef168

#aef168 #68aef1 #f168ae

Analogous Colors of #aef168

#aef168 #6af168 #f1f068

Monochromatic Colors of #aef168

#aef168

Complementary Color

#aef168 #ab68f1

#aef168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef168 Color CSS Codes

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

#aef168 Text Font Color

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

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


#aef168 Background Color

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

This div background color is #aef168


#aef168 Border Color

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

This div border color is #aef168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef168


Comments

No comments written yet.

Please login to write comment.