Color Hex Logo

#aed2be Color Hex

#AED2BE
(174,210,190)
0 Favorites   0 Comments

Color spaces of #aed2be

RGB 174210190
HSL0.410.290.75
HSV147°17°82°
CMYK 0.170.000.10   0.18
XYZ49.796458.809657.4420
Yxy58.80960.29990.3542
Hunter Lab76.6874-18.29539.2706
CIE-Lab81.1868-15.83005.9591

#aed2be color RGB value is (174,210,190).

#aed2be hex color red value is 174, green value is 210 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aed2be hue: 0.41 , saturation: 0.29 and the lightness value of aed2be is 0.75.

The process color (four color CMYK) of #aed2be color hex is 0.17, 0.00, 0.10, 0.18. Web safe color of #aed2be is #99cccc. Color #aed2be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 10111110
Octal 256 322 276
Decimal 174 210 190
Hex AE D2 BE

RGB Percentages of Color #aed2be

%30.31
%36.59
%33.10

CMYK Percentages of Color #aed2be

%17
%0
%10
%18

Triadic Colors of #aed2be

#aed2be #beaed2 #d2beae

Analogous Colors of #aed2be

#aed2be #aed2d0 #b0d2ae

Monochromatic Colors of #aed2be

#aed2be

Complementary Color

#aed2be #d2aec2

#aed2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed2be Color CSS Codes

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

#aed2be Text Font Color

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

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


#aed2be Background Color

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

This div background color is #aed2be


#aed2be Border Color

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

This div border color is #aed2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed2be


Comments

No comments written yet.

Please login to write comment.