Color Hex Logo

#aefbbd Color Hex

#AEFBBD
(174,251,189)
0 Favorites   0 Comments

Color spaces of #aefbbd

RGB 174251189
HSL0.370.910.83
HSV132°31°98°
CMYK 0.310.000.25   0.02
XYZ61.138081.667260.6851
Yxy81.66720.30040.4013
Hunter Lab90.3699-37.386623.4446
CIE-Lab92.4278-35.748322.3542

#aefbbd color RGB value is (174,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 10111101
Octal 256 373 275
Decimal 174 251 189
Hex AE FB BD

RGB Percentages of Color #aefbbd

%28.34
%40.88
%30.78

CMYK Percentages of Color #aefbbd

%31
%0
%25
%2

Triadic Colors of #aefbbd

#aefbbd #bdaefb #fbbdae

Analogous Colors of #aefbbd

#aefbbd #aefbe4 #c6fbae

Monochromatic Colors of #aefbbd

#aefbbd

Complementary Color

#aefbbd #fbaeec

#aefbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbbd Color CSS Codes

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

#aefbbd Text Font Color

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

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


#aefbbd Background Color

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

This div background color is #aefbbd


#aefbbd Border Color

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

This div border color is #aefbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbbd

Related Colors


Comments

No comments written yet.

Please login to write comment.