Color Hex Logo

#aaedb8 Color Hex

#AAEDB8
(170,237,184)
0 Favorites   0 Comments

Color spaces of #aaedb8

RGB 170237184
HSL0.370.650.80
HSV133°28°93°
CMYK 0.280.000.22   0.07
XYZ55.513572.575156.4299
Yxy72.57510.30090.3933
Hunter Lab85.1910-32.767320.3605
CIE-Lab88.2447-31.381419.0826

#aaedb8 color RGB value is (170,237,184).

#aaedb8 hex color red value is 170, green value is 237 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #aaedb8 hue: 0.37 , saturation: 0.65 and the lightness value of aaedb8 is 0.80.

The process color (four color CMYK) of #aaedb8 color hex is 0.28, 0.00, 0.22, 0.07. Web safe color of #aaedb8 is #99ffcc. Color #aaedb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10111000
Octal 252 355 270
Decimal 170 237 184
Hex AA ED B8

RGB Percentages of Color #aaedb8

%28.76
%40.10
%31.13

CMYK Percentages of Color #aaedb8

%28
%0
%22
%7

Triadic Colors of #aaedb8

#aaedb8 #b8aaed #edb8aa

Analogous Colors of #aaedb8

#aaedb8 #aaedda #beedaa

Monochromatic Colors of #aaedb8

#aaedb8

Complementary Color

#aaedb8 #edaadf

#aaedb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedb8 Color CSS Codes

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

#aaedb8 Text Font Color

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

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


#aaedb8 Background Color

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

This div background color is #aaedb8


#aaedb8 Border Color

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

This div border color is #aaedb8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(170,237,184, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aaedb8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aaedb8;
  -webkit-box-shadow: 1px 1px 3px 2px #aaedb8;
  box-shadow:         1px 1px 3px 2px #aaedb8; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,237,184, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedb8


Comments

No comments written yet.

Please login to write comment.