Color Hex Logo

#aeb713 Color Hex

#AEB713
(174,183,19)
0 Favorites   0 Comments

Color spaces of #aeb713

RGB 17418319
HSL0.180.810.40
HSV63°90°72°
CMYK 0.050.000.90   0.28
XYZ34.506642.91277.0804
Yxy42.91270.40840.5078
Hunter Lab65.5078-20.612739.4471
CIE-Lab71.4957-20.446370.4287

#aeb713 color RGB value is (174,183,19).

#aeb713 hex color red value is 174, green value is 183 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aeb713 hue: 0.18 , saturation: 0.81 and the lightness value of aeb713 is 0.40.

The process color (four color CMYK) of #aeb713 color hex is 0.05, 0.00, 0.90, 0.28. Web safe color of #aeb713 is #99cc00. Color #aeb713 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 00010011
Octal 256 267 23
Decimal 174 183 19
Hex AE B7 13

RGB Percentages of Color #aeb713

%46.28
%48.67
%5.05

CMYK Percentages of Color #aeb713

%5
%0
%90
%28

Triadic Colors of #aeb713

#aeb713 #13aeb7 #b713ae

Analogous Colors of #aeb713

#aeb713 #5cb713 #b76e13

Monochromatic Colors of #aeb713

#aeb713

Complementary Color

#aeb713 #1c13b7

#aeb713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb713 Color CSS Codes

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

#aeb713 Text Font Color

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

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


#aeb713 Background Color

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

This div background color is #aeb713


#aeb713 Border Color

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

This div border color is #aeb713


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb713


Comments

No comments written yet.

Please login to write comment.