Color Hex Logo

#aefdbe Color Hex

#AEFDBE
(174,253,190)
0 Favorites   0 Comments

Color spaces of #aefdbe

RGB 174253190
HSL0.370.950.84
HSV132°31°99°
CMYK 0.310.000.25   0.01
XYZ61.875182.966961.4683
Yxy82.96690.29990.4021
Hunter Lab91.0862-38.145223.7492
CIE-Lab92.9999-36.487022.6357

#aefdbe color RGB value is (174,253,190).

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

The process color (four color CMYK) of #aefdbe color hex is 0.31, 0.00, 0.25, 0.01. Web safe color of #aefdbe is #99ffcc. Color #aefdbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10111110
Octal 256 375 276
Decimal 174 253 190
Hex AE FD BE

RGB Percentages of Color #aefdbe

%28.20
%41.00
%30.79

CMYK Percentages of Color #aefdbe

%31
%0
%25
%1

Triadic Colors of #aefdbe

#aefdbe #beaefd #fdbeae

Analogous Colors of #aefdbe

#aefdbe #aefde6 #c6fdae

Monochromatic Colors of #aefdbe

#aefdbe

Complementary Color

#aefdbe #fdaeed

#aefdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdbe Color CSS Codes

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

#aefdbe Text Font Color

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

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


#aefdbe Background Color

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

This div background color is #aefdbe


#aefdbe Border Color

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

This div border color is #aefdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdbe


Comments

No comments written yet.

Please login to write comment.