Color Hex Logo

#aeb358 Color Hex

#AEB358
(174,179,88)
0 Favorites   0 Comments

Color spaces of #aeb358

RGB 17417988
HSL0.180.370.52
HSV63°51°70°
CMYK 0.030.000.51   0.30
XYZ35.337141.943515.4660
Yxy41.94350.38100.4522
Hunter Lab64.7638-15.941631.1758
CIE-Lab70.8319-14.746445.3578

#aeb358 color RGB value is (174,179,88).

#aeb358 hex color red value is 174, green value is 179 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #aeb358 hue: 0.18 , saturation: 0.37 and the lightness value of aeb358 is 0.52.

The process color (four color CMYK) of #aeb358 color hex is 0.03, 0.00, 0.51, 0.30. Web safe color of #aeb358 is #99cc66. Color #aeb358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 01011000
Octal 256 263 130
Decimal 174 179 88
Hex AE B3 58

RGB Percentages of Color #aeb358

%39.46
%40.59
%19.95

CMYK Percentages of Color #aeb358

%3
%0
%51
%30

Triadic Colors of #aeb358

#aeb358 #58aeb3 #b358ae

Analogous Colors of #aeb358

#aeb358 #81b358 #b38b58

Monochromatic Colors of #aeb358

#aeb358

Complementary Color

#aeb358 #5d58b3

#aeb358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb358 Color CSS Codes

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

#aeb358 Text Font Color

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

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


#aeb358 Background Color

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

This div background color is #aeb358


#aeb358 Border Color

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

This div border color is #aeb358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb358


Comments

No comments written yet.

Please login to write comment.