Color Hex Logo

#aed27b Color Hex

#AED27B
(174,210,123)
0 Favorites   0 Comments

Color spaces of #aed27b

RGB 174210123
HSL0.240.490.65
HSV85°41°82°
CMYK 0.170.000.41   0.18
XYZ44.077356.521927.3256
Yxy56.52190.34460.4418
Hunter Lab75.1810-26.915531.0770
CIE-Lab79.9099-26.388939.2083

#aed27b color RGB value is (174,210,123).

#aed27b hex color red value is 174, green value is 210 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aed27b hue: 0.24 , saturation: 0.49 and the lightness value of aed27b is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01111011
Octal 256 322 173
Decimal 174 210 123
Hex AE D2 7B

RGB Percentages of Color #aed27b

%34.32
%41.42
%24.26

CMYK Percentages of Color #aed27b

%17
%0
%41
%18

Triadic Colors of #aed27b

#aed27b #7baed2 #d27bae

Analogous Colors of #aed27b

#aed27b #83d27b #d2cb7b

Monochromatic Colors of #aed27b

#aed27b

Complementary Color

#aed27b #9f7bd2

#aed27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed27b Color CSS Codes

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

#aed27b Text Font Color

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

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


#aed27b Background Color

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

This div background color is #aed27b


#aed27b Border Color

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

This div border color is #aed27b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed27b

#aed27b Color Palettes


Comments

No comments written yet.

Please login to write comment.