Color Hex Logo

#aaeebc Color Hex

#AAEEBC
(170,238,188)
0 Favorites   0 Comments

Color spaces of #aaeebc

RGB 170238188
HSL0.380.670.80
HSV136°29°93°
CMYK 0.290.000.21   0.07
XYZ56.229273.326058.7667
Yxy73.32600.29860.3894
Hunter Lab85.6306-32.641819.2518
CIE-Lab88.6030-31.137317.5127

#aaeebc color RGB value is (170,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101110 10111100
Octal 252 356 274
Decimal 170 238 188
Hex AA EE BC

RGB Percentages of Color #aaeebc

%28.52
%39.93
%31.54

CMYK Percentages of Color #aaeebc

%29
%0
%21
%7

Triadic Colors of #aaeebc

#aaeebc #bcaaee #eebcaa

Analogous Colors of #aaeebc

#aaeebc #aaeede #baeeaa

Monochromatic Colors of #aaeebc

#aaeebc

Complementary Color

#aaeebc #eeaadc

#aaeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeebc Color CSS Codes

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

#aaeebc Text Font Color

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

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


#aaeebc Background Color

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

This div background color is #aaeebc


#aaeebc Border Color

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

This div border color is #aaeebc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,238,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 #aaeebc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeebc


Comments

No comments written yet.

Please login to write comment.