Color Hex Logo

#aed258 Color Hex

#AED258
(174,210,88)
0 Favorites   0 Comments

Color spaces of #aed258

RGB 17421088
HSL0.220.580.58
HSV78°58°82°
CMYK 0.170.000.58   0.18
XYZ42.263655.796417.7748
Yxy55.79640.36490.4817
Hunter Lab74.6970-29.724338.1793
CIE-Lab79.4978-29.995455.3452

#aed258 color RGB value is (174,210,88).

#aed258 hex color red value is 174, green value is 210 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #aed258 hue: 0.22 , saturation: 0.58 and the lightness value of aed258 is 0.58.

The process color (four color CMYK) of #aed258 color hex is 0.17, 0.00, 0.58, 0.18. Web safe color of #aed258 is #99cc66. Color #aed258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01011000
Octal 256 322 130
Decimal 174 210 88
Hex AE D2 58

RGB Percentages of Color #aed258

%36.86
%44.49
%18.64

CMYK Percentages of Color #aed258

%17
%0
%58
%18

Triadic Colors of #aed258

#aed258 #58aed2 #d258ae

Analogous Colors of #aed258

#aed258 #71d258 #d2b958

Monochromatic Colors of #aed258

#aed258

Complementary Color

#aed258 #7c58d2

#aed258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed258 Color CSS Codes

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

#aed258 Text Font Color

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

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


#aed258 Background Color

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

This div background color is #aed258


#aed258 Border Color

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

This div border color is #aed258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed258


Comments

No comments written yet.

Please login to write comment.