Color Hex Logo

#aece2d Color Hex

#AECE2D
(174,206,45)
0 Favorites   0 Comments

Color spaces of #aece2d

RGB 17420645
HSL0.200.640.49
HSV72°78°81°
CMYK 0.160.000.78   0.19
XYZ40.000553.330710.6682
Yxy53.33070.38460.5128
Hunter Lab73.0279-30.026742.4582
CIE-Lab78.0698-30.777569.9874

#aece2d color RGB value is (174,206,45).

#aece2d hex color red value is 174, green value is 206 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #aece2d hue: 0.20 , saturation: 0.64 and the lightness value of aece2d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 00101101
Octal 256 316 55
Decimal 174 206 45
Hex AE CE 2D

RGB Percentages of Color #aece2d

%40.94
%48.47
%10.59

CMYK Percentages of Color #aece2d

%16
%0
%78
%19

Triadic Colors of #aece2d

#aece2d #2daece #ce2dae

Analogous Colors of #aece2d

#aece2d #5ece2d #ce9e2d

Monochromatic Colors of #aece2d

#aece2d

Complementary Color

#aece2d #4d2dce

#aece2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aece2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aece2d Color CSS Codes

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

#aece2d Text Font Color

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

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


#aece2d Background Color

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

This div background color is #aece2d


#aece2d Border Color

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

This div border color is #aece2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aece2d


Comments

No comments written yet.

Please login to write comment.