Color Hex Logo

#aefbae Color Hex

#AEFBAE
(174,251,174)
0 Favorites   0 Comments

Color spaces of #aefbae

RGB 174251174
HSL0.330.910.83
HSV120°31°98°
CMYK 0.310.000.31   0.02
XYZ59.592781.049052.5476
Yxy81.04900.30850.4195
Hunter Lab90.0272-39.391228.4123
CIE-Lab92.1535-38.233629.5939

#aefbae color RGB value is (174,251,174).

#aefbae hex color red value is 174, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aefbae hue: 0.33 , saturation: 0.91 and the lightness value of aefbae is 0.83.

The process color (four color CMYK) of #aefbae color hex is 0.31, 0.00, 0.31, 0.02. Web safe color of #aefbae is #99ff99. Color #aefbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 10101110
Octal 256 373 256
Decimal 174 251 174
Hex AE FB AE

RGB Percentages of Color #aefbae

%29.05
%41.90
%29.05

CMYK Percentages of Color #aefbae

%31
%0
%31
%2

Triadic Colors of #aefbae

#aefbae #aeaefb #fbaeae

Analogous Colors of #aefbae

#aefbae #aefbd5 #d5fbae

Monochromatic Colors of #aefbae

#aefbae

Complementary Color

#aefbae #fbaefb

#aefbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbae Color CSS Codes

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

#aefbae Text Font Color

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

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


#aefbae Background Color

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

This div background color is #aefbae


#aefbae Border Color

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

This div border color is #aefbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbae

Related Colors


Comments

No comments written yet.

Please login to write comment.