Color Hex Logo

#aef7bf Color Hex

#AEF7BF
(174,247,191)
0 Favorites   0 Comments

Color spaces of #aef7bf

RGB 174247191
HSL0.370.820.83
HSV134°30°97°
CMYK 0.300.000.23   0.03
XYZ60.120379.281861.4245
Yxy79.28180.29940.3948
Hunter Lab89.0403-35.296821.4270
CIE-Lab91.3616-33.561219.8503

#aef7bf color RGB value is (174,247,191).

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

The process color (four color CMYK) of #aef7bf color hex is 0.30, 0.00, 0.23, 0.03. Web safe color of #aef7bf is #99ffcc. Color #aef7bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 10111111
Octal 256 367 277
Decimal 174 247 191
Hex AE F7 BF

RGB Percentages of Color #aef7bf

%28.43
%40.36
%31.21

CMYK Percentages of Color #aef7bf

%30
%0
%23
%3

Triadic Colors of #aef7bf

#aef7bf #bfaef7 #f7bfae

Analogous Colors of #aef7bf

#aef7bf #aef7e4 #c2f7ae

Monochromatic Colors of #aef7bf

#aef7bf

Complementary Color

#aef7bf #f7aee6

#aef7bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef7bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef7bf Color CSS Codes

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

#aef7bf Text Font Color

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

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


#aef7bf Background Color

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

This div background color is #aef7bf


#aef7bf Border Color

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

This div border color is #aef7bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef7bf


Comments

No comments written yet.

Please login to write comment.