Color Hex Logo

#aef375 Color Hex

#AEF375
(174,243,117)
0 Favorites   0 Comments

Color spaces of #aef375

RGB 174243117
HSL0.260.840.71
HSV93°52°95°
CMYK 0.280.000.52   0.05
XYZ52.717074.384228.4087
Yxy74.38420.33900.4783
Hunter Lab86.2463-41.825040.8428
CIE-Lab89.1038-42.223653.4145

#aef375 color RGB value is (174,243,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110011 01110101
Octal 256 363 165
Decimal 174 243 117
Hex AE F3 75

RGB Percentages of Color #aef375

%32.58
%45.51
%21.91

CMYK Percentages of Color #aef375

%28
%0
%52
%5

Triadic Colors of #aef375

#aef375 #75aef3 #f375ae

Analogous Colors of #aef375

#aef375 #75f37b #edf375

Monochromatic Colors of #aef375

#aef375

Complementary Color

#aef375 #ba75f3

#aef375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef375 Color CSS Codes

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

#aef375 Text Font Color

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

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


#aef375 Background Color

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

This div background color is #aef375


#aef375 Border Color

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

This div border color is #aef375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef375


Comments

No comments written yet.

Please login to write comment.