Color Hex Logo

#aed1b7 Color Hex

#AED1B7
(174,209,183)
0 Favorites   0 Comments

Color spaces of #aed1b7

RGB 174209183
HSL0.380.280.75
HSV135°17°82°
CMYK 0.170.000.12   0.18
XYZ48.803358.018553.4262
Yxy58.01850.30450.3621
Hunter Lab76.1699-18.929411.7324
CIE-Lab80.7491-16.64079.0616

#aed1b7 color RGB value is (174,209,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 10110111
Octal 256 321 267
Decimal 174 209 183
Hex AE D1 B7

RGB Percentages of Color #aed1b7

%30.74
%36.93
%32.33

CMYK Percentages of Color #aed1b7

%17
%0
%12
%18

Triadic Colors of #aed1b7

#aed1b7 #b7aed1 #d1b7ae

Analogous Colors of #aed1b7

#aed1b7 #aed1c9 #b7d1ae

Monochromatic Colors of #aed1b7

#aed1b7

Complementary Color

#aed1b7 #d1aec8

#aed1b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1b7 Color CSS Codes

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

#aed1b7 Text Font Color

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

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


#aed1b7 Background Color

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

This div background color is #aed1b7


#aed1b7 Border Color

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

This div border color is #aed1b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1b7


Comments

No comments written yet.

Please login to write comment.