Color Hex Logo

#aef455 Color Hex

#AEF455
(174,244,85)
0 Favorites   0 Comments

Color spaces of #aef455

RGB 17424485
HSL0.240.880.65
HSV86°65°96°
CMYK 0.290.000.65   0.04
XYZ51.445974.355920.2350
Yxy74.35590.35230.5092
Hunter Lab86.2299-44.406846.4477
CIE-Lab89.0904-45.494967.0574

#aef455 color RGB value is (174,244,85).

#aef455 hex color red value is 174, green value is 244 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aef455 hue: 0.24 , saturation: 0.88 and the lightness value of aef455 is 0.65.

The process color (four color CMYK) of #aef455 color hex is 0.29, 0.00, 0.65, 0.04. Web safe color of #aef455 is #99ff66. Color #aef455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 01010101
Octal 256 364 125
Decimal 174 244 85
Hex AE F4 55

RGB Percentages of Color #aef455

%34.59
%48.51
%16.90

CMYK Percentages of Color #aef455

%29
%0
%65
%4

Triadic Colors of #aef455

#aef455 #55aef4 #f455ae

Analogous Colors of #aef455

#aef455 #5ff455 #f4eb55

Monochromatic Colors of #aef455

#aef455

Complementary Color

#aef455 #9b55f4

#aef455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef455 Color CSS Codes

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

#aef455 Text Font Color

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

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


#aef455 Background Color

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

This div background color is #aef455


#aef455 Border Color

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

This div border color is #aef455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef455


Comments

No comments written yet.

Please login to write comment.