Color Hex Logo

#aeb838 Color Hex

#AEB838
(174,184,56)
0 Favorites   0 Comments

Color spaces of #aeb838

RGB 17418456
HSL0.180.530.47
HSV65°70°72°
CMYK 0.050.000.70   0.28
XYZ35.309943.565210.2893
Yxy43.56520.39600.4886
Hunter Lab66.0039-20.015436.9601
CIE-Lab71.9369-19.601560.5181

#aeb838 color RGB value is (174,184,56).

#aeb838 hex color red value is 174, green value is 184 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aeb838 hue: 0.18 , saturation: 0.53 and the lightness value of aeb838 is 0.47.

The process color (four color CMYK) of #aeb838 color hex is 0.05, 0.00, 0.70, 0.28. Web safe color of #aeb838 is #99cc33. Color #aeb838 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 00111000
Octal 256 270 70
Decimal 174 184 56
Hex AE B8 38

RGB Percentages of Color #aeb838

%42.03
%44.44
%13.53

CMYK Percentages of Color #aeb838

%5
%0
%70
%28

Triadic Colors of #aeb838

#aeb838 #38aeb8 #b838ae

Analogous Colors of #aeb838

#aeb838 #6eb838 #b88238

Monochromatic Colors of #aeb838

#aeb838

Complementary Color

#aeb838 #4238b8

#aeb838 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb838 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb838 Color CSS Codes

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

#aeb838 Text Font Color

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

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


#aeb838 Background Color

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

This div background color is #aeb838


#aeb838 Border Color

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

This div border color is #aeb838


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb838


Comments

No comments written yet.

Please login to write comment.