Color Hex Logo

#aefbb6 Color Hex

#AEFBB6
(174,251,182)
0 Favorites   0 Comments

Color spaces of #aefbb6

RGB 174251182
HSL0.350.910.83
HSV126°31°98°
CMYK 0.310.000.27   0.02
XYZ60.396281.370456.7788
Yxy81.37040.30420.4098
Hunter Lab90.2055-38.346825.8245
CIE-Lab92.2963-36.934225.7377

#aefbb6 color RGB value is (174,251,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 10110110
Octal 256 373 266
Decimal 174 251 182
Hex AE FB B6

RGB Percentages of Color #aefbb6

%28.67
%41.35
%29.98

CMYK Percentages of Color #aefbb6

%31
%0
%27
%2

Triadic Colors of #aefbb6

#aefbb6 #b6aefb #fbb6ae

Analogous Colors of #aefbb6

#aefbb6 #aefbdd #cdfbae

Monochromatic Colors of #aefbb6

#aefbb6

Complementary Color

#aefbb6 #fbaef3

#aefbb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefbb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefbb6 Color CSS Codes

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

#aefbb6 Text Font Color

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

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


#aefbb6 Background Color

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

This div background color is #aefbb6


#aefbb6 Border Color

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

This div border color is #aefbb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefbb6


Comments

No comments written yet.

Please login to write comment.