Color Hex Logo

#aaebc8 Color Hex

#AAEBC8
(170,235,200)
0 Favorites   0 Comments

Color spaces of #aaebc8

RGB 170235200
HSL0.410.620.79
HSV148°28°92°
CMYK 0.280.000.15   0.08
XYZ56.711272.132865.5776
Yxy72.13280.29170.3710
Hunter Lab84.9310-29.439113.6723
CIE-Lab88.0325-27.482310.4668

#aaebc8 color RGB value is (170,235,200).

#aaebc8 hex color red value is 170, green value is 235 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #aaebc8 hue: 0.41 , saturation: 0.62 and the lightness value of aaebc8 is 0.79.

The process color (four color CMYK) of #aaebc8 color hex is 0.28, 0.00, 0.15, 0.08. Web safe color of #aaebc8 is #99ffcc. Color #aaebc8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101011 11001000
Octal 252 353 310
Decimal 170 235 200
Hex AA EB C8

RGB Percentages of Color #aaebc8

%28.10
%38.84
%33.06

CMYK Percentages of Color #aaebc8

%28
%0
%15
%8

Triadic Colors of #aaebc8

#aaebc8 #c8aaeb #ebc8aa

Analogous Colors of #aaebc8

#aaebc8 #aaebe9 #adebaa

Monochromatic Colors of #aaebc8

#aaebc8

Complementary Color

#aaebc8 #ebaacd

#aaebc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaebc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaebc8 Color CSS Codes

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

#aaebc8 Text Font Color

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

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


#aaebc8 Background Color

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

This div background color is #aaebc8


#aaebc8 Border Color

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

This div border color is #aaebc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaebc8


Comments

No comments written yet.

Please login to write comment.