Color Hex Logo

#aecb01 Color Hex

#AECB01
(174,203,1)
0 Favorites   0 Comments

Color spaces of #aecb01

RGB 1742031
HSL0.190.990.40
HSV69°100°80°
CMYK 0.140.001.00   0.20
XYZ38.817051.71277.9644
Yxy51.71270.39410.5250
Hunter Lab71.9115-29.493043.7716
CIE-Lab77.1087-30.367276.8897

#aecb01 color RGB value is (174,203,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 00000001
Octal 256 313 1
Decimal 174 203 1
Hex AE CB 1

RGB Percentages of Color #aecb01

%46.03
%53.70
%0.26

CMYK Percentages of Color #aecb01

%14
%0
%100
%20

Triadic Colors of #aecb01

#aecb01 #01aecb #cb01ae

Analogous Colors of #aecb01

#aecb01 #49cb01 #cb8301

Monochromatic Colors of #aecb01

#aecb01

Complementary Color

#aecb01 #1e01cb

#aecb01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb01 Color CSS Codes

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

#aecb01 Text Font Color

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

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


#aecb01 Background Color

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

This div background color is #aecb01


#aecb01 Border Color

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

This div border color is #aecb01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb01


Comments

No comments written yet.

Please login to write comment.