Color Hex Logo

#aedfbb Color Hex

#AEDFBB
(174,223,187)
0 Favorites   0 Comments

Color spaces of #aedfbb

RGB 174223187
HSL0.380.430.78
HSV136°22°87°
CMYK 0.220.000.16   0.13
XYZ52.812965.361956.8463
Yxy65.36190.30180.3735
Hunter Lab80.8467-24.877114.9037
CIE-Lab84.6699-22.863212.5249

#aedfbb color RGB value is (174,223,187).

#aedfbb hex color red value is 174, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #aedfbb hue: 0.38 , saturation: 0.43 and the lightness value of aedfbb is 0.78.

The process color (four color CMYK) of #aedfbb color hex is 0.22, 0.00, 0.16, 0.13. Web safe color of #aedfbb is #99cccc. Color #aedfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10111011
Octal 256 337 273
Decimal 174 223 187
Hex AE DF BB

RGB Percentages of Color #aedfbb

%29.79
%38.18
%32.02

CMYK Percentages of Color #aedfbb

%22
%0
%16
%13

Triadic Colors of #aedfbb

#aedfbb #bbaedf #dfbbae

Analogous Colors of #aedfbb

#aedfbb #aedfd4 #badfae

Monochromatic Colors of #aedfbb

#aedfbb

Complementary Color

#aedfbb #dfaed2

#aedfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfbb Color CSS Codes

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

#aedfbb Text Font Color

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

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


#aedfbb Background Color

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

This div background color is #aedfbb


#aedfbb Border Color

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

This div border color is #aedfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfbb


Comments

No comments written yet.

Please login to write comment.