Color Hex Logo

#aaedbc Color Hex

#AAEDBC
(170,237,188)
0 Favorites   0 Comments

Color spaces of #aaedbc

RGB 170237188
HSL0.380.650.80
HSV136°28°93°
CMYK 0.280.000.21   0.07
XYZ55.938972.745358.6699
Yxy72.74530.29860.3883
Hunter Lab85.2909-32.187918.9192
CIE-Lab88.3261-30.667517.1248

#aaedbc color RGB value is (170,237,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 10111100
Octal 252 355 274
Decimal 170 237 188
Hex AA ED BC

RGB Percentages of Color #aaedbc

%28.57
%39.83
%31.60

CMYK Percentages of Color #aaedbc

%28
%0
%21
%7

Triadic Colors of #aaedbc

#aaedbc #bcaaed #edbcaa

Analogous Colors of #aaedbc

#aaedbc #aaedde #baedaa

Monochromatic Colors of #aaedbc

#aaedbc

Complementary Color

#aaedbc #edaadb

#aaedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedbc Color CSS Codes

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

#aaedbc Text Font Color

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

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


#aaedbc Background Color

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

This div background color is #aaedbc


#aaedbc Border Color

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

This div border color is #aaedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedbc


Comments

No comments written yet.

Please login to write comment.