Color Hex Logo

#aef4bf Color Hex

#AEF4BF
(174,244,191)
0 Favorites   0 Comments

Color spaces of #aef4bf

RGB 174244191
HSL0.370.760.82
HSV135°29°96°
CMYK 0.290.000.22   0.04
XYZ59.210277.461661.1211
Yxy77.46160.29940.3916
Hunter Lab88.0123-33.935720.4340
CIE-Lab90.5337-32.169118.6953

#aef4bf color RGB value is (174,244,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 10111111
Octal 256 364 277
Decimal 174 244 191
Hex AE F4 BF

RGB Percentages of Color #aef4bf

%28.57
%40.07
%31.36

CMYK Percentages of Color #aef4bf

%29
%0
%22
%4

Triadic Colors of #aef4bf

#aef4bf #bfaef4 #f4bfae

Analogous Colors of #aef4bf

#aef4bf #aef4e2 #c0f4ae

Monochromatic Colors of #aef4bf

#aef4bf

Complementary Color

#aef4bf #f4aee3

#aef4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef4bf Color CSS Codes

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

#aef4bf Text Font Color

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

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


#aef4bf Background Color

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

This div background color is #aef4bf


#aef4bf Border Color

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

This div border color is #aef4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef4bf


Comments

No comments written yet.

Please login to write comment.