Color Hex Logo

#aef641 Color Hex

#AEF641
(174,246,65)
0 Favorites   0 Comments

Color spaces of #aef641

RGB 17424665
HSL0.230.910.61
HSV84°74°96°
CMYK 0.290.000.74   0.04
XYZ51.365575.291916.8266
Yxy75.29190.35800.5247
Hunter Lab86.7709-46.183049.2421
CIE-Lab89.5295-47.600074.6206

#aef641 color RGB value is (174,246,65).

#aef641 hex color red value is 174, green value is 246 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aef641 hue: 0.23 , saturation: 0.91 and the lightness value of aef641 is 0.61.

The process color (four color CMYK) of #aef641 color hex is 0.29, 0.00, 0.74, 0.04. Web safe color of #aef641 is #99ff33. Color #aef641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 01000001
Octal 256 366 101
Decimal 174 246 65
Hex AE F6 41

RGB Percentages of Color #aef641

%35.88
%50.72
%13.40

CMYK Percentages of Color #aef641

%29
%0
%74
%4

Triadic Colors of #aef641

#aef641 #41aef6 #f641ae

Analogous Colors of #aef641

#aef641 #54f641 #f6e441

Monochromatic Colors of #aef641

#aef641

Complementary Color

#aef641 #8941f6

#aef641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef641 Color CSS Codes

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

#aef641 Text Font Color

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

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


#aef641 Background Color

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

This div background color is #aef641


#aef641 Border Color

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

This div border color is #aef641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef641


Comments

No comments written yet.

Please login to write comment.