Color Hex Logo

#aef5bf Color Hex

#AEF5BF
(174,245,191)
0 Favorites   0 Comments

Color spaces of #aef5bf

RGB 174245191
HSL0.370.780.82
HSV134°29°96°
CMYK 0.290.000.22   0.04
XYZ59.511978.065161.2217
Yxy78.06510.29940.3927
Hunter Lab88.3545-34.390120.7655
CIE-Lab90.8096-32.634519.0806

#aef5bf color RGB value is (174,245,191).

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

The process color (four color CMYK) of #aef5bf color hex is 0.29, 0.00, 0.22, 0.04. Web safe color of #aef5bf is #99ffcc. Color #aef5bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 10111111
Octal 256 365 277
Decimal 174 245 191
Hex AE F5 BF

RGB Percentages of Color #aef5bf

%28.52
%40.16
%31.31

CMYK Percentages of Color #aef5bf

%29
%0
%22
%4

Triadic Colors of #aef5bf

#aef5bf #bfaef5 #f5bfae

Analogous Colors of #aef5bf

#aef5bf #aef5e3 #c1f5ae

Monochromatic Colors of #aef5bf

#aef5bf

Complementary Color

#aef5bf #f5aee4

#aef5bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef5bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef5bf Color CSS Codes

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

#aef5bf Text Font Color

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

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


#aef5bf Background Color

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

This div background color is #aef5bf


#aef5bf Border Color

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

This div border color is #aef5bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef5bf


Comments

No comments written yet.

Please login to write comment.