Color Hex Logo

#aed332 Color Hex

#AED332
(174,211,50)
0 Favorites   0 Comments

Color spaces of #aed332

RGB 17421150
HSL0.200.650.51
HSV74°76°83°
CMYK 0.180.000.76   0.17
XYZ41.325555.817511.6134
Yxy55.81750.38000.5132
Hunter Lab74.7111-32.009443.0815
CIE-Lab79.5098-32.892069.8238

#aed332 color RGB value is (174,211,50).

#aed332 hex color red value is 174, green value is 211 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #aed332 hue: 0.20 , saturation: 0.65 and the lightness value of aed332 is 0.51.

The process color (four color CMYK) of #aed332 color hex is 0.18, 0.00, 0.76, 0.17. Web safe color of #aed332 is #99cc33. Color #aed332 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 00110010
Octal 256 323 62
Decimal 174 211 50
Hex AE D3 32

RGB Percentages of Color #aed332

%40.00
%48.51
%11.49

CMYK Percentages of Color #aed332

%18
%0
%76
%17

Triadic Colors of #aed332

#aed332 #32aed3 #d332ae

Analogous Colors of #aed332

#aed332 #5ed332 #d3a832

Monochromatic Colors of #aed332

#aed332

Complementary Color

#aed332 #5732d3

#aed332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed332 Color CSS Codes

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

#aed332 Text Font Color

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

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


#aed332 Background Color

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

This div background color is #aed332


#aed332 Border Color

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

This div border color is #aed332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed332


Comments

No comments written yet.

Please login to write comment.