Color Hex Logo

#aefbb8 Color Hex

#AEFBB8
(174,251,184)
0 Favorites   0 Comments

Color spaces of #aefbb8

RGB 174251184
HSL0.350.910.83
HSV128°31°98°
CMYK 0.310.000.27   0.02
XYZ60.604581.453757.8754
Yxy81.45370.30310.4074
Hunter Lab90.2517-38.076825.1555
CIE-Lab92.3332-36.599824.7716

#aefbb8 color RGB value is (174,251,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 10111000
Octal 256 373 270
Decimal 174 251 184
Hex AE FB B8

RGB Percentages of Color #aefbb8

%28.57
%41.22
%30.21

CMYK Percentages of Color #aefbb8

%31
%0
%27
%2

Triadic Colors of #aefbb8

#aefbb8 #b8aefb #fbb8ae

Analogous Colors of #aefbb8

#aefbb8 #aefbdf #cbfbae

Monochromatic Colors of #aefbb8

#aefbb8

Complementary Color

#aefbb8 #fbaef1

#aefbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbb8 Color CSS Codes

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

#aefbb8 Text Font Color

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

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


#aefbb8 Background Color

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

This div background color is #aefbb8


#aefbb8 Border Color

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

This div border color is #aefbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbb8


Comments

No comments written yet.

Please login to write comment.