color codes Logo

#aecb51 color codes

#AECB51
(174,203,81)
0 Favorites   0 Comments

Color spaces of #aecb51

RGB 17420381
HSL0.210.540.56
HSV74°60°80°
CMYK 0.140.000.60   0.20
XYZ40.296752.304615.7565
Yxy52.30460.37190.4827
Hunter Lab72.3219-27.105837.7081
CIE-Lab77.4626-27.237656.1407

#aecb51 color RGB value is (174,203,81).

#aecb51 hex color red value is 174, green value is 203 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #aecb51 hue: 0.21 , saturation: 0.54 and the lightness value of aecb51 is 0.56.

The process color (four color CMYK) of #aecb51 color code is 0.14, 0.00, 0.60, 0.20. Web safe color of #aecb51 is #99cc66. Color #aecb51 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 01010001
Octal 256 313 121
Decimal 174 203 81
Hex AE CB 51

RGB Percentages of Color #aecb51

%37.99
%44.32
%17.69

CMYK Percentages of Color #aecb51

%14
%0
%60
%20

Triadic Colors of #aecb51

#aecb51 #51aecb #cb51ae

Analogous Colors of #aecb51

#aecb51 #71cb51 #cbab51

Monochromatic Colors of #aecb51

#aecb51

Complementary Color

#aecb51 #6e51cb

#aecb51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb51 Color CSS Codes

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

#aecb51 Text Font Color

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

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


#aecb51 Background Color

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

This div background color is #aecb51


#aecb51 Border Color

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

This div border color is #aecb51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb51


Comments

No comments written yet.

Please login to write comment.