Color Hex Logo

#aecb14 Color Hex

#AECB14
(174,203,20)
0 Favorites   0 Comments

Color spaces of #aecb14

RGB 17420320
HSL0.190.820.44
HSV70°90°80°
CMYK 0.140.000.90   0.20
XYZ38.937851.76108.6005
Yxy51.76100.39210.5213
Hunter Lab71.9451-29.297043.2739
CIE-Lab77.1377-30.107774.7696

#aecb14 color RGB value is (174,203,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 00010100
Octal 256 313 24
Decimal 174 203 20
Hex AE CB 14

RGB Percentages of Color #aecb14

%43.83
%51.13
%5.04

CMYK Percentages of Color #aecb14

%14
%0
%90
%20

Triadic Colors of #aecb14

#aecb14 #14aecb #cb14ae

Analogous Colors of #aecb14

#aecb14 #53cb14 #cb8d14

Monochromatic Colors of #aecb14

#aecb14

Complementary Color

#aecb14 #3114cb

#aecb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb14 Color CSS Codes

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

#aecb14 Text Font Color

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

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


#aecb14 Background Color

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

This div background color is #aecb14


#aecb14 Border Color

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

This div border color is #aecb14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb14


Comments

No comments written yet.

Please login to write comment.