Color Hex Logo

#aecb10 Color Hex

#AECB10
(174,203,16)
0 Favorites   0 Comments

Color spaces of #aecb10

RGB 17420316
HSL0.190.850.43
HSV69°92°80°
CMYK 0.140.000.92   0.20
XYZ38.905051.74808.4281
Yxy51.74800.39270.5223
Hunter Lab71.9361-29.350543.4088
CIE-Lab77.1299-30.178475.3334

#aecb10 color RGB value is (174,203,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 00010000
Octal 256 313 20
Decimal 174 203 16
Hex AE CB 10

RGB Percentages of Color #aecb10

%44.27
%51.65
%4.07

CMYK Percentages of Color #aecb10

%14
%0
%92
%20

Triadic Colors of #aecb10

#aecb10 #10aecb #cb10ae

Analogous Colors of #aecb10

#aecb10 #51cb10 #cb8b10

Monochromatic Colors of #aecb10

#aecb10

Complementary Color

#aecb10 #2d10cb

#aecb10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb10 Color CSS Codes

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

#aecb10 Text Font Color

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

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


#aecb10 Background Color

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

This div background color is #aecb10


#aecb10 Border Color

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

This div border color is #aecb10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb10


Comments

No comments written yet.

Please login to write comment.