Color Hex Logo

#aedfbe Color Hex

#AEDFBE
(174,223,190)
0 Favorites   0 Comments

Color spaces of #aedfbe

RGB 174223190
HSL0.390.430.78
HSV140°22°87°
CMYK 0.220.000.15   0.13
XYZ53.137565.491758.5557
Yxy65.49170.29990.3696
Hunter Lab80.9269-24.417113.7488
CIE-Lab84.7365-22.309811.0415

#aedfbe color RGB value is (174,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 10111110
Octal 256 337 276
Decimal 174 223 190
Hex AE DF BE

RGB Percentages of Color #aedfbe

%29.64
%37.99
%32.37

CMYK Percentages of Color #aedfbe

%22
%0
%15
%13

Triadic Colors of #aedfbe

#aedfbe #beaedf #dfbeae

Analogous Colors of #aedfbe

#aedfbe #aedfd7 #b7dfae

Monochromatic Colors of #aedfbe

#aedfbe

Complementary Color

#aedfbe #dfaecf

#aedfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedfbe Color CSS Codes

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

#aedfbe Text Font Color

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

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


#aedfbe Background Color

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

This div background color is #aedfbe


#aedfbe Border Color

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

This div border color is #aedfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedfbe


Comments

No comments written yet.

Please login to write comment.