Color Hex Logo

#aeb002 Color Hex

#AEB002
(174,176,2)
0 Favorites   0 Comments

Color spaces of #aeb002

RGB 1741762
HSL0.170.980.35
HSV61°99°69°
CMYK 0.010.000.99   0.31
XYZ32.991940.05376.0497
Yxy40.05370.41710.5064
Hunter Lab63.2880-17.702338.6341
CIE-Lab69.5078-17.175071.1102

#aeb002 color RGB value is (174,176,2).

#aeb002 hex color red value is 174, green value is 176 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #aeb002 hue: 0.17 , saturation: 0.98 and the lightness value of aeb002 is 0.35.

The process color (four color CMYK) of #aeb002 color hex is 0.01, 0.00, 0.99, 0.31. Web safe color of #aeb002 is #999900. Color #aeb002 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00000010
Octal 256 260 2
Decimal 174 176 2
Hex AE B0 2

RGB Percentages of Color #aeb002

%49.43
%50.00
%0.57

CMYK Percentages of Color #aeb002

%1
%0
%99
%31

Triadic Colors of #aeb002

#aeb002 #02aeb0 #b002ae

Analogous Colors of #aeb002

#aeb002 #57b002 #b05b02

Monochromatic Colors of #aeb002

#aeb002

Complementary Color

#aeb002 #0402b0

#aeb002 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb002 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb002 Color CSS Codes

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

#aeb002 Text Font Color

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

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


#aeb002 Background Color

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

This div background color is #aeb002


#aeb002 Border Color

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

This div border color is #aeb002


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb002


Comments

No comments written yet.

Please login to write comment.