Color Hex Logo

#aebf75 Color Hex

#AEBF75
(174,191,117)
0 Favorites   0 Comments

Color spaces of #aebf75

RGB 174191117
HSL0.200.370.60
HSV74°39°75°
CMYK 0.090.000.39   0.25
XYZ39.297247.544623.9355
Yxy47.54460.35470.4292
Hunter Lab68.9526-18.937027.6855
CIE-Lab74.5368-17.757835.3932

#aebf75 color RGB value is (174,191,117).

#aebf75 hex color red value is 174, green value is 191 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aebf75 hue: 0.20 , saturation: 0.37 and the lightness value of aebf75 is 0.60.

The process color (four color CMYK) of #aebf75 color hex is 0.09, 0.00, 0.39, 0.25. Web safe color of #aebf75 is #99cc66. Color #aebf75 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 01110101
Octal 256 277 165
Decimal 174 191 117
Hex AE BF 75

RGB Percentages of Color #aebf75

%36.10
%39.63
%24.27

CMYK Percentages of Color #aebf75

%9
%0
%39
%25

Triadic Colors of #aebf75

#aebf75 #75aebf #bf75ae

Analogous Colors of #aebf75

#aebf75 #89bf75 #bfab75

Monochromatic Colors of #aebf75

#aebf75

Complementary Color

#aebf75 #8675bf

#aebf75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf75 Color CSS Codes

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

#aebf75 Text Font Color

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

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


#aebf75 Background Color

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

This div background color is #aebf75


#aebf75 Border Color

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

This div border color is #aebf75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf75


Comments

No comments written yet.

Please login to write comment.