Color Hex Logo

#aefdbb Color Hex

#AEFDBB
(174,253,187)
0 Favorites   0 Comments

Color spaces of #aefdbb

RGB 174253187
HSL0.360.950.84
HSV130°31°99°
CMYK 0.310.000.26   0.01
XYZ61.550582.837159.7588
Yxy82.83710.30150.4058
Hunter Lab91.0149-38.562124.7816
CIE-Lab92.9431-37.000924.0844

#aefdbb color RGB value is (174,253,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10111011
Octal 256 375 273
Decimal 174 253 187
Hex AE FD BB

RGB Percentages of Color #aefdbb

%28.34
%41.21
%30.46

CMYK Percentages of Color #aefdbb

%31
%0
%26
%1

Triadic Colors of #aefdbb

#aefdbb #bbaefd #fdbbae

Analogous Colors of #aefdbb

#aefdbb #aefde3 #c9fdae

Monochromatic Colors of #aefdbb

#aefdbb

Complementary Color

#aefdbb #fdaef0

#aefdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefdbb Color CSS Codes

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

#aefdbb Text Font Color

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

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


#aefdbb Background Color

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

This div background color is #aefdbb


#aefdbb Border Color

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

This div border color is #aefdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefdbb


Comments

No comments written yet.

Please login to write comment.