color codes Logo

#aeb25d color codes

#AEB25D
(174,178,93)
0 Favorites   0 Comments

Color spaces of #aeb25d

RGB 17417893
HSL0.170.360.53
HSV63°48°70°
CMYK 0.020.000.48   0.30
XYZ35.351741.629816.5280
Yxy41.62980.37810.4452
Hunter Lab64.5212-15.110329.9768
CIE-Lab70.6149-13.761542.6478

#aeb25d color RGB value is (174,178,93).

#aeb25d hex color red value is 174, green value is 178 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aeb25d hue: 0.17 , saturation: 0.36 and the lightness value of aeb25d is 0.53.

The process color (four color CMYK) of #aeb25d color code is 0.02, 0.00, 0.48, 0.30. Web safe color of #aeb25d is #999966. Color #aeb25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 01011101
Octal 256 262 135
Decimal 174 178 93
Hex AE B2 5D

RGB Percentages of Color #aeb25d

%39.10
%40.00
%20.90

CMYK Percentages of Color #aeb25d

%2
%0
%48
%30

Triadic Colors of #aeb25d

#aeb25d #5daeb2 #b25dae

Analogous Colors of #aeb25d

#aeb25d #84b25d #b28c5d

Monochromatic Colors of #aeb25d

#aeb25d

Complementary Color

#aeb25d #615db2

#aeb25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb25d Color CSS Codes

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

#aeb25d Text Font Color

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

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


#aeb25d Background Color

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

This div background color is #aeb25d


#aeb25d Border Color

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

This div border color is #aeb25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb25d


Comments

No comments written yet.

Please login to write comment.