Color Hex Logo

#aed3b3 Color Hex

#AED3B3
(174,211,179)
0 Favorites   0 Comments

Color spaces of #aed3b3

RGB 174211179
HSL0.360.300.75
HSV128°18°83°
CMYK 0.180.000.15   0.17
XYZ48.886558.841951.4289
Yxy58.84190.30720.3697
Hunter Lab76.7085-20.481313.9452
CIE-Lab81.2046-18.376911.8378

#aed3b3 color RGB value is (174,211,179).

#aed3b3 hex color red value is 174, green value is 211 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #aed3b3 hue: 0.36 , saturation: 0.30 and the lightness value of aed3b3 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 10110011
Octal 256 323 263
Decimal 174 211 179
Hex AE D3 B3

RGB Percentages of Color #aed3b3

%30.85
%37.41
%31.74

CMYK Percentages of Color #aed3b3

%18
%0
%15
%17

Triadic Colors of #aed3b3

#aed3b3 #b3aed3 #d3b3ae

Analogous Colors of #aed3b3

#aed3b3 #aed3c6 #bcd3ae

Monochromatic Colors of #aed3b3

#aed3b3

Complementary Color

#aed3b3 #d3aece

#aed3b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed3b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed3b3 Color CSS Codes

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

#aed3b3 Text Font Color

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

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


#aed3b3 Background Color

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

This div background color is #aed3b3


#aed3b3 Border Color

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

This div border color is #aed3b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed3b3


Comments

No comments written yet.

Please login to write comment.