Color Hex Logo

#aeffb2 Color Hex

#AEFFB2
(174,255,178)
0 Favorites   0 Comments

Color spaces of #aeffb2

RGB 174255178
HSL0.341.000.84
HSV123°32°100°
CMYK 0.320.000.30   0.00
XYZ61.251483.733055.0533
Yxy83.73300.30620.4186
Hunter Lab91.5057-40.652128.3829
CIE-Lab93.3344-39.389629.1751

#aeffb2 color RGB value is (174,255,178).

#aeffb2 hex color red value is 174, green value is 255 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #aeffb2 hue: 0.34 , saturation: 1.00 and the lightness value of aeffb2 is 0.84.

The process color (four color CMYK) of #aeffb2 color hex is 0.32, 0.00, 0.30, 0.00. Web safe color of #aeffb2 is #99ff99. Color #aeffb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 10110010
Octal 256 377 262
Decimal 174 255 178
Hex AE FF B2

RGB Percentages of Color #aeffb2

%28.67
%42.01
%29.32

CMYK Percentages of Color #aeffb2

%32
%0
%30
%0

Triadic Colors of #aeffb2

#aeffb2 #b2aeff #ffb2ae

Analogous Colors of #aeffb2

#aeffb2 #aeffdb #d3ffae

Monochromatic Colors of #aeffb2

#aeffb2

Complementary Color

#aeffb2 #ffaefb

#aeffb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffb2 Color CSS Codes

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

#aeffb2 Text Font Color

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

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


#aeffb2 Background Color

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

This div background color is #aeffb2


#aeffb2 Border Color

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

This div border color is #aeffb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffb2


Comments

No comments written yet.

Please login to write comment.