Color Hex Logo

#aebf07 Color Hex

#AEBF07
(174,191,7)
0 Favorites   0 Comments

Color spaces of #aebf07

RGB 1741917
HSL0.180.930.39
HSV66°96°75°
CMYK 0.090.000.96   0.25
XYZ36.124746.27567.2291
Yxy46.27560.40300.5163
Hunter Lab68.0262-24.254941.3176
CIE-Lab73.7240-24.560773.7115

#aebf07 color RGB value is (174,191,7).

#aebf07 hex color red value is 174, green value is 191 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #aebf07 hue: 0.18 , saturation: 0.93 and the lightness value of aebf07 is 0.39.

The process color (four color CMYK) of #aebf07 color hex is 0.09, 0.00, 0.96, 0.25. Web safe color of #aebf07 is #99cc00. Color #aebf07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 00000111
Octal 256 277 7
Decimal 174 191 7
Hex AE BF 7

RGB Percentages of Color #aebf07

%46.77
%51.34
%1.88

CMYK Percentages of Color #aebf07

%9
%0
%96
%25

Triadic Colors of #aebf07

#aebf07 #07aebf #bf07ae

Analogous Colors of #aebf07

#aebf07 #52bf07 #bf7407

Monochromatic Colors of #aebf07

#aebf07

Complementary Color

#aebf07 #1807bf

#aebf07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf07 Color CSS Codes

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

#aebf07 Text Font Color

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

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


#aebf07 Background Color

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

This div background color is #aebf07


#aebf07 Border Color

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

This div border color is #aebf07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf07


Comments

No comments written yet.

Please login to write comment.