Color Hex Logo

#aebf04 Color Hex

#AEBF04
(174,191,4)
0 Favorites   0 Comments

Color spaces of #aebf04

RGB 1741914
HSL0.180.960.38
HSV65°98°75°
CMYK 0.090.000.98   0.25
XYZ36.108346.26907.1426
Yxy46.26900.40340.5169
Hunter Lab68.0213-24.282741.3892
CIE-Lab73.7197-24.597274.0285

#aebf04 color RGB value is (174,191,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 00000100
Octal 256 277 4
Decimal 174 191 4
Hex AE BF 4

RGB Percentages of Color #aebf04

%47.15
%51.76
%1.08

CMYK Percentages of Color #aebf04

%9
%0
%98
%25

Triadic Colors of #aebf04

#aebf04 #04aebf #bf04ae

Analogous Colors of #aebf04

#aebf04 #51bf04 #bf7304

Monochromatic Colors of #aebf04

#aebf04

Complementary Color

#aebf04 #1504bf

#aebf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf04 Color CSS Codes

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

#aebf04 Text Font Color

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

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


#aebf04 Background Color

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

This div background color is #aebf04


#aebf04 Border Color

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

This div border color is #aebf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf04


Comments

No comments written yet.

Please login to write comment.