Color Hex Logo

#aef750 Color Hex

#AEF750
(174,247,80)
0 Favorites   0 Comments

Color spaces of #aef750

RGB 17424780
HSL0.240.910.64
HSV86°68°97°
CMYK 0.300.000.68   0.03
XYZ52.164376.099419.5287
Yxy76.09940.35300.5149
Hunter Lab87.2350-45.922747.7916
CIE-Lab89.9055-47.120169.8064

#aef750 color RGB value is (174,247,80).

#aef750 hex color red value is 174, green value is 247 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aef750 hue: 0.24 , saturation: 0.91 and the lightness value of aef750 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 01010000
Octal 256 367 120
Decimal 174 247 80
Hex AE F7 50

RGB Percentages of Color #aef750

%34.73
%49.30
%15.97

CMYK Percentages of Color #aef750

%30
%0
%68
%3

Triadic Colors of #aef750

#aef750 #50aef7 #f750ae

Analogous Colors of #aef750

#aef750 #5bf750 #f7ed50

Monochromatic Colors of #aef750

#aef750

Complementary Color

#aef750 #9950f7

#aef750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef750 Color CSS Codes

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

#aef750 Text Font Color

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

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


#aef750 Background Color

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

This div background color is #aef750


#aef750 Border Color

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

This div border color is #aef750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef750


Comments

No comments written yet.

Please login to write comment.