Color Hex Logo

#aeddeb Color Hex

#AEDDEB
(174,221,235)
0 Favorites   0 Comments

Color spaces of #aeddeb

RGB 174221235
HSL0.540.600.80
HSV194°26°92°
CMYK 0.260.060.00   0.08
XYZ58.307466.709788.4004
Yxy66.70970.27320.3126
Hunter Lab81.6760-15.5043-6.9981
CIE-Lab85.3571-12.0380-11.8247

#aeddeb color RGB value is (174,221,235).

#aeddeb hex color red value is 174, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #aeddeb hue: 0.54 , saturation: 0.60 and the lightness value of aeddeb is 0.80.

The process color (four color CMYK) of #aeddeb color hex is 0.26, 0.06, 0.00, 0.08. Web safe color of #aeddeb is #99ccff. Color #aeddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11101011
Octal 256 335 353
Decimal 174 221 235
Hex AE DD EB

RGB Percentages of Color #aeddeb

%27.62
%35.08
%37.30

CMYK Percentages of Color #aeddeb

%26
%6
%0
%8

Triadic Colors of #aeddeb

#aeddeb #ebaedd #ddebae

Analogous Colors of #aeddeb

#aeddeb #aebfeb #aeebdb

Monochromatic Colors of #aeddeb

#aeddeb

Complementary Color

#aeddeb #ebbcae

#aeddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddeb Color CSS Codes

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

#aeddeb Text Font Color

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

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


#aeddeb Background Color

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

This div background color is #aeddeb


#aeddeb Border Color

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

This div border color is #aeddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddeb


Comments

No comments written yet.

Please login to write comment.