Color Hex Logo

#aebc3d Color Hex

#AEBC3D
(174,188,61)
0 Favorites   0 Comments

Color spaces of #aebc3d

RGB 17418861
HSL0.190.510.49
HSV67°68°74°
CMYK 0.070.000.68   0.26
XYZ36.281145.302011.2468
Yxy45.30200.39080.4880
Hunter Lab67.3068-21.568037.2075
CIE-Lab73.0903-21.307359.7643

#aebc3d color RGB value is (174,188,61).

#aebc3d hex color red value is 174, green value is 188 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aebc3d hue: 0.19 , saturation: 0.51 and the lightness value of aebc3d is 0.49.

The process color (four color CMYK) of #aebc3d color hex is 0.07, 0.00, 0.68, 0.26. Web safe color of #aebc3d is #99cc33. Color #aebc3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 00111101
Octal 256 274 75
Decimal 174 188 61
Hex AE BC 3D

RGB Percentages of Color #aebc3d

%41.13
%44.44
%14.42

CMYK Percentages of Color #aebc3d

%7
%0
%68
%26

Triadic Colors of #aebc3d

#aebc3d #3daebc #bc3dae

Analogous Colors of #aebc3d

#aebc3d #6fbc3d #bc8b3d

Monochromatic Colors of #aebc3d

#aebc3d

Complementary Color

#aebc3d #4b3dbc

#aebc3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc3d Color CSS Codes

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

#aebc3d Text Font Color

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

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


#aebc3d Background Color

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

This div background color is #aebc3d


#aebc3d Border Color

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

This div border color is #aebc3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc3d


Comments

No comments written yet.

Please login to write comment.