Color Hex Logo

#aef75c Color Hex

#AEF75C
(174,247,92)
0 Favorites   0 Comments

Color spaces of #aef75c

RGB 17424792
HSL0.250.910.66
HSV88°63°97°
CMYK 0.300.000.63   0.03
XYZ52.648176.292922.0764
Yxy76.29290.34860.5052
Hunter Lab87.3458-45.263446.1567
CIE-Lab89.9952-46.245065.2553

#aef75c color RGB value is (174,247,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 01011100
Octal 256 367 134
Decimal 174 247 92
Hex AE F7 5C

RGB Percentages of Color #aef75c

%33.92
%48.15
%17.93

CMYK Percentages of Color #aef75c

%30
%0
%63
%3

Triadic Colors of #aef75c

#aef75c #5caef7 #f75cae

Analogous Colors of #aef75c

#aef75c #60f75c #f7f35c

Monochromatic Colors of #aef75c

#aef75c

Complementary Color

#aef75c #a55cf7

#aef75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef75c Color CSS Codes

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

#aef75c Text Font Color

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

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


#aef75c Background Color

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

This div background color is #aef75c


#aef75c Border Color

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

This div border color is #aef75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef75c


Comments

No comments written yet.

Please login to write comment.