Color Hex Logo

#aecf40 Color Hex

#AECF40
(174,207,64)
0 Favorites   0 Comments

Color spaces of #aecf40

RGB 17420764
HSL0.210.600.53
HSV74°69°81°
CMYK 0.160.000.69   0.19
XYZ40.693853.994513.1277
Yxy53.99450.37740.5008
Hunter Lab73.4809-29.738240.8442
CIE-Lab78.4585-30.300564.0559

#aecf40 color RGB value is (174,207,64).

#aecf40 hex color red value is 174, green value is 207 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #aecf40 hue: 0.21 , saturation: 0.60 and the lightness value of aecf40 is 0.53.

The process color (four color CMYK) of #aecf40 color hex is 0.16, 0.00, 0.69, 0.19. Web safe color of #aecf40 is #99cc33. Color #aecf40 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001111 01000000
Octal 256 317 100
Decimal 174 207 64
Hex AE CF 40

RGB Percentages of Color #aecf40

%39.10
%46.52
%14.38

CMYK Percentages of Color #aecf40

%16
%0
%69
%19

Triadic Colors of #aecf40

#aecf40 #40aecf #cf40ae

Analogous Colors of #aecf40

#aecf40 #67cf40 #cfa940

Monochromatic Colors of #aecf40

#aecf40

Complementary Color

#aecf40 #6140cf

#aecf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecf40 Color CSS Codes

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

#aecf40 Text Font Color

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

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


#aecf40 Background Color

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

This div background color is #aecf40


#aecf40 Border Color

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

This div border color is #aecf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecf40


Comments

No comments written yet.

Please login to write comment.