Color Hex Logo

#aaedeb Color Hex

#AAEDEB
(170,237,235)
0 Favorites   0 Comments

Color spaces of #aaedeb

RGB 170237235
HSL0.500.650.80
HSV178°28°93°
CMYK 0.280.000.01   0.07
XYZ61.857175.112689.8352
Yxy75.11260.27270.3312
Hunter Lab86.6675-24.2676-0.7898
CIE-Lab89.4457-21.2090-5.7795

#aaedeb color RGB value is (170,237,235).

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

The process color (four color CMYK) of #aaedeb color hex is 0.28, 0.00, 0.01, 0.07. Web safe color of #aaedeb is #99ffff. Color #aaedeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11101011
Octal 252 355 353
Decimal 170 237 235
Hex AA ED EB

RGB Percentages of Color #aaedeb

%26.48
%36.92
%36.60

CMYK Percentages of Color #aaedeb

%28
%0
%1
%7

Triadic Colors of #aaedeb

#aaedeb #ebaaed #edebaa

Analogous Colors of #aaedeb

#aaedeb #aaceed #aaedca

Monochromatic Colors of #aaedeb

#aaedeb

Complementary Color

#aaedeb #edaaac

#aaedeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedeb Color CSS Codes

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

#aaedeb Text Font Color

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

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


#aaedeb Background Color

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

This div background color is #aaedeb


#aaedeb Border Color

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

This div border color is #aaedeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedeb


Comments

No comments written yet.

Please login to write comment.