Color Hex Logo

#aef278 Color Hex

#AEF278
(174,242,120)
0 Favorites   0 Comments

Color spaces of #aef278

RGB 174242120
HSL0.260.820.71
HSV93°50°95°
CMYK 0.280.000.50   0.05
XYZ52.597973.859029.2533
Yxy73.85900.33780.4743
Hunter Lab85.9413-41.151439.9773
CIE-Lab88.8558-41.464551.7328

#aef278 color RGB value is (174,242,120).

#aef278 hex color red value is 174, green value is 242 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #aef278 hue: 0.26 , saturation: 0.82 and the lightness value of aef278 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 01111000
Octal 256 362 170
Decimal 174 242 120
Hex AE F2 78

RGB Percentages of Color #aef278

%32.46
%45.15
%22.39

CMYK Percentages of Color #aef278

%28
%0
%50
%5

Triadic Colors of #aef278

#aef278 #78aef2 #f278ae

Analogous Colors of #aef278

#aef278 #78f27f #ebf278

Monochromatic Colors of #aef278

#aef278

Complementary Color

#aef278 #bc78f2

#aef278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef278 Color CSS Codes

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

#aef278 Text Font Color

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

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


#aef278 Background Color

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

This div background color is #aef278


#aef278 Border Color

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

This div border color is #aef278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef278


Comments

No comments written yet.

Please login to write comment.