Color Hex Logo

#aef675 Color Hex

#AEF675
(174,246,117)
0 Favorites   0 Comments

Color spaces of #aef675

RGB 174246117
HSL0.260.880.71
HSV93°52°96°
CMYK 0.290.000.52   0.04
XYZ53.622276.194628.7105
Yxy76.19460.33830.4806
Hunter Lab87.2895-43.103641.6015
CIE-Lab89.9496-43.531654.4219

#aef675 color RGB value is (174,246,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 01110101
Octal 256 366 165
Decimal 174 246 117
Hex AE F6 75

RGB Percentages of Color #aef675

%32.40
%45.81
%21.79

CMYK Percentages of Color #aef675

%29
%0
%52
%4

Triadic Colors of #aef675

#aef675 #75aef6 #f675ae

Analogous Colors of #aef675

#aef675 #75f67d #eff675

Monochromatic Colors of #aef675

#aef675

Complementary Color

#aef675 #bd75f6

#aef675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef675 Color CSS Codes

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

#aef675 Text Font Color

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

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


#aef675 Background Color

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

This div background color is #aef675


#aef675 Border Color

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

This div border color is #aef675


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,246,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 #aef675">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef675


Comments

No comments written yet.

Please login to write comment.