Color Hex Logo

#aecb18 Color Hex

#AECB18
(174,203,24)
0 Favorites   0 Comments

Color spaces of #aecb18

RGB 17420324
HSL0.190.790.45
HSV70°88°80°
CMYK 0.140.000.88   0.20
XYZ38.976451.77658.8037
Yxy51.77650.39150.5201
Hunter Lab71.9559-29.234643.1151
CIE-Lab77.1470-30.025174.1151

#aecb18 color RGB value is (174,203,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 00011000
Octal 256 313 30
Decimal 174 203 24
Hex AE CB 18

RGB Percentages of Color #aecb18

%43.39
%50.62
%5.99

CMYK Percentages of Color #aecb18

%14
%0
%88
%20

Triadic Colors of #aecb18

#aecb18 #18aecb #cb18ae

Analogous Colors of #aecb18

#aecb18 #55cb18 #cb8f18

Monochromatic Colors of #aecb18

#aecb18

Complementary Color

#aecb18 #3518cb

#aecb18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb18 Color CSS Codes

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

#aecb18 Text Font Color

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

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


#aecb18 Background Color

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

This div background color is #aecb18


#aecb18 Border Color

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

This div border color is #aecb18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb18


Comments

No comments written yet.

Please login to write comment.