Color Hex Logo

#aece01 Color Hex

#AECE01
(174,206,1)
0 Favorites   0 Comments

Color spaces of #aece01

RGB 1742061
HSL0.190.990.41
HSV69°100°81°
CMYK 0.160.001.00   0.19
XYZ39.532353.14358.2029
Yxy53.14350.39190.5268
Hunter Lab72.8996-30.776544.3582
CIE-Lab77.9596-31.770277.5300

#aece01 color RGB value is (174,206,1).

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

The process color (four color CMYK) of #aece01 color hex is 0.16, 0.00, 1.00, 0.19. Web safe color of #aece01 is #99cc00. Color #aece01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 00000001
Octal 256 316 1
Decimal 174 206 1
Hex AE CE 1

RGB Percentages of Color #aece01

%45.67
%54.07
%0.26

CMYK Percentages of Color #aece01

%16
%0
%100
%19

Triadic Colors of #aece01

#aece01 #01aece #ce01ae

Analogous Colors of #aece01

#aece01 #47ce01 #ce8801

Monochromatic Colors of #aece01

#aece01

Complementary Color

#aece01 #2101ce

#aece01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aece01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aece01 Color CSS Codes

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

#aece01 Text Font Color

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

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


#aece01 Background Color

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

This div background color is #aece01


#aece01 Border Color

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

This div border color is #aece01


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,206,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 #aece01">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aece01


Comments

No comments written yet.

Please login to write comment.