Color Hex Logo

#aeefbf Color Hex

#AEEFBF
(174,239,191)
0 Favorites   0 Comments

Color spaces of #aeefbf

RGB 174239191
HSL0.380.670.81
HSV136°27°94°
CMYK 0.270.000.20   0.06
XYZ57.726074.493360.6264
Yxy74.49330.29930.3863
Hunter Lab86.3095-31.656318.7696
CIE-Lab89.1551-29.825416.7648

#aeefbf color RGB value is (174,239,191).

#aeefbf hex color red value is 174, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #aeefbf hue: 0.38 , saturation: 0.67 and the lightness value of aeefbf is 0.81.

The process color (four color CMYK) of #aeefbf color hex is 0.27, 0.00, 0.20, 0.06. Web safe color of #aeefbf is #99ffcc. Color #aeefbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 10111111
Octal 256 357 277
Decimal 174 239 191
Hex AE EF BF

RGB Percentages of Color #aeefbf

%28.81
%39.57
%31.62

CMYK Percentages of Color #aeefbf

%27
%0
%20
%6

Triadic Colors of #aeefbf

#aeefbf #bfaeef #efbfae

Analogous Colors of #aeefbf

#aeefbf #aeefe0 #beefae

Monochromatic Colors of #aeefbf

#aeefbf

Complementary Color

#aeefbf #efaede

#aeefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefbf Color CSS Codes

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

#aeefbf Text Font Color

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

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


#aeefbf Background Color

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

This div background color is #aeefbf


#aeefbf Border Color

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

This div border color is #aeefbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,239,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 #aeefbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefbf


Comments

No comments written yet.

Please login to write comment.