Color Hex Logo

#aef9be Color Hex

#AEF9BE
(174,249,190)
0 Favorites   0 Comments

Color spaces of #aef9be

RGB 174249190
HSL0.370.860.83
HSV133°30°98°
CMYK 0.300.000.24   0.02
XYZ60.625580.467761.0517
Yxy80.46770.29990.3981
Hunter Lab89.7038-36.344022.4403
CIE-Lab91.8943-34.658321.1037

#aef9be color RGB value is (174,249,190).

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

The process color (four color CMYK) of #aef9be color hex is 0.30, 0.00, 0.24, 0.02. Web safe color of #aef9be is #99ffcc. Color #aef9be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 10111110
Octal 256 371 276
Decimal 174 249 190
Hex AE F9 BE

RGB Percentages of Color #aef9be

%28.38
%40.62
%31.00

CMYK Percentages of Color #aef9be

%30
%0
%24
%2

Triadic Colors of #aef9be

#aef9be #beaef9 #f9beae

Analogous Colors of #aef9be

#aef9be #aef9e4 #c4f9ae

Monochromatic Colors of #aef9be

#aef9be

Complementary Color

#aef9be #f9aee9

#aef9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef9be Color CSS Codes

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

#aef9be Text Font Color

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

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


#aef9be Background Color

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

This div background color is #aef9be


#aef9be Border Color

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

This div border color is #aef9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef9be


Comments

No comments written yet.

Please login to write comment.