Color Hex Logo

#aecb0f Color Hex

#AECB0F
(174,203,15)
0 Favorites   0 Comments

Color spaces of #aecb0f

RGB 17420315
HSL0.190.860.43
HSV69°93°80°
CMYK 0.140.000.93   0.20
XYZ38.897751.74508.3896
Yxy51.74500.39280.5225
Hunter Lab71.9340-29.362143.4389
CIE-Lab77.1281-30.193975.4603

#aecb0f color RGB value is (174,203,15).

#aecb0f hex color red value is 174, green value is 203 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #aecb0f hue: 0.19 , saturation: 0.86 and the lightness value of aecb0f is 0.43.

The process color (four color CMYK) of #aecb0f color hex is 0.14, 0.00, 0.93, 0.20. Web safe color of #aecb0f is #99cc00. Color #aecb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 00001111
Octal 256 313 17
Decimal 174 203 15
Hex AE CB F

RGB Percentages of Color #aecb0f

%44.39
%51.79
%3.83

CMYK Percentages of Color #aecb0f

%14
%0
%93
%20

Triadic Colors of #aecb0f

#aecb0f #0faecb #cb0fae

Analogous Colors of #aecb0f

#aecb0f #50cb0f #cb8a0f

Monochromatic Colors of #aecb0f

#aecb0f

Complementary Color

#aecb0f #2c0fcb

#aecb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb0f Color CSS Codes

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

#aecb0f Text Font Color

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

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


#aecb0f Background Color

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

This div background color is #aecb0f


#aecb0f Border Color

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

This div border color is #aecb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb0f


Comments

No comments written yet.

Please login to write comment.