Color Hex Logo

#aeed6b Color Hex

#AEED6B
(174,237,107)
0 Favorites   0 Comments

Color spaces of #aeed6b

RGB 174237107
HSL0.250.780.67
HSV89°55°93°
CMYK 0.270.000.55   0.07
XYZ50.393670.628624.8866
Yxy70.62860.34540.4841
Hunter Lab84.0408-40.037141.2713
CIE-Lab87.3042-40.593355.8280

#aeed6b color RGB value is (174,237,107).

#aeed6b hex color red value is 174, green value is 237 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aeed6b hue: 0.25 , saturation: 0.78 and the lightness value of aeed6b is 0.67.

The process color (four color CMYK) of #aeed6b color hex is 0.27, 0.00, 0.55, 0.07. Web safe color of #aeed6b is #99ff66. Color #aeed6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101101 01101011
Octal 256 355 153
Decimal 174 237 107
Hex AE ED 6B

RGB Percentages of Color #aeed6b

%33.59
%45.75
%20.66

CMYK Percentages of Color #aeed6b

%27
%0
%55
%7

Triadic Colors of #aeed6b

#aeed6b #6baeed #ed6bae

Analogous Colors of #aeed6b

#aeed6b #6ded6b #edeb6b

Monochromatic Colors of #aeed6b

#aeed6b

Complementary Color

#aeed6b #aa6bed

#aeed6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeed6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeed6b Color CSS Codes

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

#aeed6b Text Font Color

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

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


#aeed6b Background Color

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

This div background color is #aeed6b


#aeed6b Border Color

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

This div border color is #aeed6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeed6b


Comments

No comments written yet.

Please login to write comment.