Color Hex Logo

#aefdab Color Hex

#AEFDAB
(174,253,171)
0 Favorites   0 Comments

Color spaces of #aefdab

RGB 174253171
HSL0.330.950.83
HSV118°32°99°
CMYK 0.310.000.32   0.01
XYZ59.931582.189551.2335
Yxy82.18950.31000.4251
Hunter Lab90.6584-40.651429.9545
CIE-Lab92.6584-39.600631.7833

#aefdab color RGB value is (174,253,171).

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

The process color (four color CMYK) of #aefdab color hex is 0.31, 0.00, 0.32, 0.01. Web safe color of #aefdab is #99ff99. Color #aefdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10101011
Octal 256 375 253
Decimal 174 253 171
Hex AE FD AB

RGB Percentages of Color #aefdab

%29.10
%42.31
%28.60

CMYK Percentages of Color #aefdab

%31
%0
%32
%1

Triadic Colors of #aefdab

#aefdab #abaefd #fdabae

Analogous Colors of #aefdab

#aefdab #abfdd1 #d7fdab

Monochromatic Colors of #aefdab

#aefdab

Complementary Color

#aefdab #faabfd

#aefdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdab Color CSS Codes

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

#aefdab Text Font Color

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

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


#aefdab Background Color

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

This div background color is #aefdab


#aefdab Border Color

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

This div border color is #aefdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdab


Comments

No comments written yet.

Please login to write comment.