Color Hex Logo

#aaedfb Color Hex

#AAEDFB
(170,237,251)
0 Favorites   0 Comments

Color spaces of #aaedfb

RGB 170237251
HSL0.530.910.83
HSV190°32°98°
CMYK 0.320.060.00   0.02
XYZ64.274376.0795102.5640
Yxy76.07950.26460.3132
Hunter Lab87.2236-21.1061-8.6611
CIE-Lab89.8962-17.5789-13.4739

#aaedfb color RGB value is (170,237,251).

#aaedfb hex color red value is 170, green value is 237 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aaedfb hue: 0.53 , saturation: 0.91 and the lightness value of aaedfb is 0.83.

The process color (four color CMYK) of #aaedfb color hex is 0.32, 0.06, 0.00, 0.02. Web safe color of #aaedfb is #99ffff. Color #aaedfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11111011
Octal 252 355 373
Decimal 170 237 251
Hex AA ED FB

RGB Percentages of Color #aaedfb

%25.84
%36.02
%38.15

CMYK Percentages of Color #aaedfb

%32
%6
%0
%2

Triadic Colors of #aaedfb

#aaedfb #fbaaed #edfbaa

Analogous Colors of #aaedfb

#aaedfb #aac5fb #aafbe1

Monochromatic Colors of #aaedfb

#aaedfb

Complementary Color

#aaedfb #fbb8aa

#aaedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedfb Color CSS Codes

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

#aaedfb Text Font Color

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

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


#aaedfb Background Color

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

This div background color is #aaedfb


#aaedfb Border Color

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

This div border color is #aaedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedfb


Comments

No comments written yet.

Please login to write comment.