Color Hex Logo

#aeffbf Color Hex

#AEFFBF
(174,255,191)
0 Favorites   0 Comments

Color spaces of #aeffbf

RGB 174255191
HSL0.371.000.84
HSV133°32°100°
CMYK 0.320.000.25   0.00
XYZ62.619584.280362.2575
Yxy84.28030.29940.4030
Hunter Lab91.8043-38.903124.0552
CIE-Lab93.5721-37.222322.9178

#aeffbf color RGB value is (174,255,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 10111111
Octal 256 377 277
Decimal 174 255 191
Hex AE FF BF

RGB Percentages of Color #aeffbf

%28.06
%41.13
%30.81

CMYK Percentages of Color #aeffbf

%32
%0
%25
%0

Triadic Colors of #aeffbf

#aeffbf #bfaeff #ffbfae

Analogous Colors of #aeffbf

#aeffbf #aeffe8 #c6ffae

Monochromatic Colors of #aeffbf

#aeffbf

Complementary Color

#aeffbf #ffaeee

#aeffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffbf Color CSS Codes

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

#aeffbf Text Font Color

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

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


#aeffbf Background Color

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

This div background color is #aeffbf


#aeffbf Border Color

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

This div border color is #aeffbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffbf


Comments

No comments written yet.

Please login to write comment.