Color Hex Logo

#aed1ba Color Hex

#AED1BA
(174,209,186)
0 Favorites   0 Comments

Color spaces of #aed1ba

RGB 174209186
HSL0.390.280.75
HSV141°17°82°
CMYK 0.170.000.11   0.18
XYZ49.118958.144855.0886
Yxy58.14480.30250.3581
Hunter Lab76.2527-18.459910.5430
CIE-Lab80.8192-16.08197.5631

#aed1ba color RGB value is (174,209,186).

#aed1ba hex color red value is 174, green value is 209 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #aed1ba hue: 0.39 , saturation: 0.28 and the lightness value of aed1ba is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10111010
Octal 256 321 272
Decimal 174 209 186
Hex AE D1 BA

RGB Percentages of Color #aed1ba

%30.58
%36.73
%32.69

CMYK Percentages of Color #aed1ba

%17
%0
%11
%18

Triadic Colors of #aed1ba

#aed1ba #baaed1 #d1baae

Analogous Colors of #aed1ba

#aed1ba #aed1cc #b4d1ae

Monochromatic Colors of #aed1ba

#aed1ba

Complementary Color

#aed1ba #d1aec5

#aed1ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1ba Color CSS Codes

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

#aed1ba Text Font Color

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

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


#aed1ba Background Color

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

This div background color is #aed1ba


#aed1ba Border Color

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

This div border color is #aed1ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1ba


Comments

No comments written yet.

Please login to write comment.